public interface ExplodedImporter extends Assignable
Archive
Modifier and Type | Method and Description |
---|---|
ExplodedImporter |
importDirectory(java.io.File file)
Import a directory structure as a archive.
|
ExplodedImporter |
importDirectory(java.io.File file,
Filter<ArchivePath> filter)
Import a directory structure as a archive.
|
ExplodedImporter |
importDirectory(java.lang.String fileName)
Import a directory structure as a archive.
|
ExplodedImporter |
importDirectory(java.lang.String fileName,
Filter<ArchivePath> filter)
Import a directory structure as a archive.
|
as
ExplodedImporter importDirectory(java.io.File file)
file
- The directory to importjava.lang.IllegalArgumentException
- if file is nulljava.lang.IllegalArgumentException
- if file is not a directoryExplodedImporter importDirectory(java.io.File file, Filter<ArchivePath> filter)
file
- The directory to importfilter
- The filter control which files or directories will be importedjava.lang.IllegalArgumentException
- if file is nulljava.lang.IllegalArgumentException
- if file is not a directoryExplodedImporter importDirectory(java.lang.String fileName)
fileName
- The name of the directory to importjava.lang.IllegalArgumentException
- if file is nulljava.lang.IllegalArgumentException
- if file is not a directoryExplodedImporter importDirectory(java.lang.String fileName, Filter<ArchivePath> filter)
fileName
- The name of the directory to importfilter
- The filter control which files or directories will be importedjava.lang.IllegalArgumentException
- if file is nulljava.lang.IllegalArgumentException
- if file is not a directory