Interface WorkbenchProperties
-
- All Known Implementing Classes:
WorkbenchPropertiesFile
public interface WorkbenchProperties
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List
getConfigurationClasses()
List
getInputDriverClasses()
List
getOutputDriverClasses()
List
getPlugInClasses()
-
-
-
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
-
-