public interface ExplodedImporter extends Assignable
Archive| Modifier and Type | Method and Description |
|---|---|
ExplodedImporter |
importDirectory(File file)
Import a directory structure as a archive.
|
ExplodedImporter |
importDirectory(String fileName)
Import a directory structure as a archive.
|
asExplodedImporter importDirectory(File file)
file - The directory to importIllegalArgumentException - if file is nullIllegalArgumentException - if file is not a directoryExplodedImporter importDirectory(String fileName)
fileName - The name of the directory to importIllegalArgumentException - if file is nullIllegalArgumentException - if file is not a directoryCopyright © 2012 JBoss by Red Hat. All Rights Reserved.