Interface ExplodedImporter
- All Superinterfaces:
Assignable
- All Known Implementing Classes:
ExplodedImporterImpl
Importer used to import Exploded directory structures into a
Archive- Version:
- $Revision: $
-
Method Summary
Modifier and TypeMethodDescriptionimportDirectory(File file) Import a directory structure as a archive.importDirectory(File file, Filter<ArchivePath> filter) Import a directory structure as a archive.importDirectory(String fileName) Import a directory structure as a archive.importDirectory(String fileName, Filter<ArchivePath> filter) Import a directory structure as a archive.Methods inherited from interface org.jboss.shrinkwrap.api.Assignable
as
-
Method Details
-
importDirectory
Import a directory structure as a archive.- Parameters:
file- The directory to import- Returns:
- this
- Throws:
IllegalArgumentException- if file is nullIllegalArgumentException- if file is not a directory
-
importDirectory
Import a directory structure as a archive.- Parameters:
file- The directory to importfilter- The filter control which files or directories will be imported- Returns:
- this
- Throws:
IllegalArgumentException- if file is nullIllegalArgumentException- if file is not a directory
-
importDirectory
Import a directory structure as a archive.- Parameters:
fileName- The name of the directory to import- Returns:
- this
- Throws:
IllegalArgumentException- if file is nullIllegalArgumentException- if file is not a directory
-
importDirectory
Import a directory structure as a archive.- Parameters:
fileName- The name of the directory to importfilter- The filter control which files or directories will be imported- Returns:
- this
- Throws:
IllegalArgumentException- if file is nullIllegalArgumentException- if file is not a directory
-