Interface | Description |
---|---|
FileExtractionLogger |
A callback-type interface used by clients of
FileExtractor to be informed about errors. |
FileExtractor |
A component to extract files from modules.
|
FileExtractor.Transformer |
Transforms a resource path into a file system path.
|
Class | Description |
---|---|
BasicFileExtractor |
Basic file extractor; does not do any check but provides the actual file extraction mechanisms,
via
FileExtractorOperation s. |
BasicFileExtractorOperation |
A simple FileExtractorOperation which just extracts a resource from the class path
to the filesystem.
|
ClasspathResourcesFilterAdapter |
A
ClasspathResourcesUtil.Filter which delegates to a FileExtractor.Transformer . |
MD5CheckingFileExtractor |
A
FileExtractor which performs an MD5 check on the extracted files. |
ModuleFileExtractorTransformer |
A FileExtractor.Transformer which accepts files with paths like
/mgnl-files/...
|
Copyright © 2003–2016 Magnolia International Ltd.. All rights reserved.