org.jboss.shrinkwrap.impl.base.importer
Class ExplodedImporterImpl
java.lang.Object
org.jboss.shrinkwrap.impl.base.AssignableBase<Archive<?>>
org.jboss.shrinkwrap.impl.base.importer.ExplodedImporterImpl
- All Implemented Interfaces:
- Assignable, ExplodedImporter
public class ExplodedImporterImpl
- extends AssignableBase<Archive<?>>
- implements ExplodedImporter
ExplodedImporterImpl
Importer used to import Exploded directory structures into a Archive
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jboss.shrinkwrap.api.Assignable |
as |
ExplodedImporterImpl
public ExplodedImporterImpl(Archive<?> archive)
importDirectory
public ExplodedImporter importDirectory(String fileName)
- Import a directory structure as a archive.
- Specified by:
importDirectory
in interface ExplodedImporter
- Parameters:
fileName
- The name of the directory to import
- Returns:
- this
- See Also:
ExplodedImporter.importDirectory(java.lang.String)
importDirectory
public ExplodedImporter importDirectory(File file)
- Import a directory structure as a archive.
- Specified by:
importDirectory
in interface ExplodedImporter
- Parameters:
file
- The directory to import
- Returns:
- this
- See Also:
ExplodedImporter.importDirectory(java.io.File)
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.