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 TypeMethodDescriptionvoid
Apply the extracted information.Extract the configuration as String.void
Reset the configration to the default "without any configuration".
-
Constructor Details
-
WorkplaceExtractApply
-
-
Method Details
-
extractData
Description copied from interface:IExtractApply
Extract the configuration as String.- Specified by:
extractData
in interfaceIExtractApply
-
applyData
Description copied from interface:IExtractApply
Apply the extracted information.- Specified by:
applyData
in interfaceIExtractApply
-
resetToDefault
public void resetToDefault()Description copied from interface:IExtractApply
Reset the configration to the default "without any configuration".- Specified by:
resetToDefault
in interfaceIExtractApply
-