|
||||||||||
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(java.lang.String resourcePath,
FileExtractor.Transformer transformer)
Extracts the given resource from the classpath and stores it as dictacted by the given Transformer. |
void |
extractFile(java.lang.String resourcePath,
java.lang.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(java.lang.String resourcePath, java.lang.String absTargetPath) throws java.io.IOException
java.io.IOException
void extractFile(java.lang.String resourcePath, FileExtractor.Transformer transformer) throws java.io.IOException
java.io.IOException
void extractFiles(FileExtractor.Transformer transformer) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |