Package org.eclnt.workplace.eximport
Class WorkplaceExtractApply
java.lang.Object
org.eclnt.workplace.eximport.WorkplaceExtractApply
- All Implemented Interfaces:
IExtractApply
-
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
-
WorkplaceExtractApply
-
-
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
-