Package org.eclnt.util.extractapply
Class DefaultExtractApply
java.lang.Object
org.eclnt.util.extractapply.DefaultExtractApply
- All Implemented Interfaces:
IExtractApply
Default implementation of
IExtractApply. Extend from this
implementation so that potential changes to the interface (e.g. adding new
methods) are automatically applied.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidApply the extracted information.Extract the configuration as String.voidReset the configration to the default "without any configuration".
-
Constructor Details
-
DefaultExtractApply
public DefaultExtractApply()
-
-
Method Details
-
extractData
Description copied from interface:IExtractApplyExtract the configuration as String.- Specified by:
extractDatain interfaceIExtractApply
-
applyData
Description copied from interface:IExtractApplyApply the extracted information.- Specified by:
applyDatain interfaceIExtractApply
-
resetToDefault
public void resetToDefault()Description copied from interface:IExtractApplyReset the configration to the default "without any configuration".- Specified by:
resetToDefaultin interfaceIExtractApply
-