Interface WorkbenchProperties
-
- All Known Implementing Classes:
WorkbenchPropertiesFile
public interface WorkbenchProperties
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListgetConfigurationClasses()ListgetInputDriverClasses()ListgetOutputDriverClasses()ListgetPlugInClasses()
-
-
-
Method Detail
-
getPlugInClasses
List getPlugInClasses() throws ClassNotFoundException
- Throws:
ClassNotFoundException
-
getInputDriverClasses
List getInputDriverClasses() throws ClassNotFoundException
- Throws:
ClassNotFoundException
-
getOutputDriverClasses
List getOutputDriverClasses() throws ClassNotFoundException
- Throws:
ClassNotFoundException
-
getConfigurationClasses
List getConfigurationClasses() throws ClassNotFoundException
- Throws:
ClassNotFoundException
-
-