public interface FileExtractor
Modifier and Type | Interface and Description |
---|---|
static interface |
FileExtractor.Transformer
Transforms a resource path into a file system path.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.