|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileExtractor
A component to extract files from modules.
Nested Class Summary | |
---|---|
static interface |
FileExtractor.Transformer
Transforms a resource path into a file system path. |
Method Summary | |
---|---|
void |
extractFile(String resourcePath,
FileExtractor.Transformer transformer)
Extracts the given resource from the classpath and stores it as dictacted by the given Transformer. |
void |
extractFile(String resourcePath,
String absTargetPath)
Extracts the given resource from the classpath and stores it as absTargetPath. |
void |
extractFiles(FileExtractor.Transformer transformer)
Extracts all found resources from the classpath, using the given Transformer. |
Method Detail |
---|
void extractFile(String resourcePath, String absTargetPath) throws IOException
IOException
void extractFile(String resourcePath, FileExtractor.Transformer transformer) throws IOException
IOException
void extractFiles(FileExtractor.Transformer transformer) throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |