|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dv.sbu.filehandler.ftl.dataprovider.DataProviderImpl
public class DataProviderImpl
Default implementation storing the configuration and source file information.
Field Summary | |
---|---|
protected BuilderConfiguration |
builderConfiguration
The used builder configuration. |
protected SourceFileInformation |
sourceFileInformation
The current source file information. |
Constructor Summary | |
---|---|
DataProviderImpl()
|
Method Summary | |
---|---|
void |
init(BuilderConfiguration builderConfiguration)
Initializes the data provider. |
void |
init(SourceFileInformation fileInfo)
Updates the inner state depending on the given file information - if necessary. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected BuilderConfiguration builderConfiguration
protected SourceFileInformation sourceFileInformation
Constructor Detail |
---|
public DataProviderImpl()
Method Detail |
---|
public void init(BuilderConfiguration builderConfiguration)
init
in interface IDataProvider
builderConfiguration
- The builder configuration to use.IDataProvider.init(de.dv.sbu.builder.BuilderConfiguration)
public void init(SourceFileInformation fileInfo)
init
in interface IDataProvider
fileInfo
- The current source file information.IDataProvider.init(de.dv.sbu.SourceFileInformation)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |