|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataProvider
A general plug-in interface, usable within a IFileHandler
.
It can provide any data that are in independence from these and each other.
Instances are multi-thread designed: they are state-full.
Method Summary | |
---|---|
void |
init(BuilderConfiguration builderConfiguration)
Initializes the data provider. |
void |
init(SourceFileInformation sourceFileInformation)
Updates the inner state depending on the given file information - if necessary. |
Method Detail |
---|
void init(BuilderConfiguration builderConfiguration)
builderConfiguration
- The builder configuration to use.void init(SourceFileInformation sourceFileInformation)
sourceFileInformation
- The current source file information.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |