Package gda.rcp.mx.views
Class FileProcessorWrapper
java.lang.Object
gda.factory.ConfigurableBase
gda.factory.FindableConfigurableBase
gda.rcp.mx.views.FileProcessorWrapper
- All Implemented Interfaces:
FileProcessor,Configurable,Findable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDefault implementation for classes that do not have to do any specific configuration.
Classes that do their own configuration should *not* call this superclass function, as it may cause the object to appear configured before it really is.voidprocessFile(String filename) Methods inherited from class gda.factory.FindableConfigurableBase
getName, setNameMethods inherited from class gda.factory.ConfigurableBase
isConfigureAtStartup, isConfigured, reconfigure, setConfigured
-
Field Details
-
logger
public static final org.slf4j.Logger logger
-
-
Constructor Details
-
FileProcessorWrapper
public FileProcessorWrapper()
-
-
Method Details
-
configure
public void configure()Description copied from class:ConfigurableBaseDefault implementation for classes that do not have to do any specific configuration.
Classes that do their own configuration should *not* call this superclass function, as it may cause the object to appear configured before it really is.- Specified by:
configurein interfaceConfigurable- Overrides:
configurein classConfigurableBase
-
processFile
- Specified by:
processFilein interfaceFileProcessor
-