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.
|
as
ExplodedImporter 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 © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.