|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFileHandler
Handles a file.
This means: reading the given input stream and writing some result data
(usually a text transformation or binary copy) into the given output stream.
A SourceFileInformation
describes a relative path to a source file the
input stream results from.
A file can be
IFileFilter.acceptFile(SourceFileInformation)
can make files skipped.
handleFile(SourceFileInformation)
produces the output for a source file.
Will be called generally by some Builder
instance.
Method Summary | |
---|---|
void |
handleFile(SourceFileInformation sourceFileInfo)
Handles a source file and will proceed related output file(s). |
void |
init(BuilderConfiguration builderConfiguration)
Called once for each processing job. |
Method Detail |
---|
void init(BuilderConfiguration builderConfiguration)
builderConfiguration
- The used builder configuration.void handleFile(SourceFileInformation sourceFileInfo) throws java.lang.Exception
sourceFileInfo
- The file information of the related file.
java.lang.Exception
- Any exception to forward.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |