public class WorkbenchPropertiesFile extends Object implements WorkbenchProperties
| Constructor and Description |
|---|
WorkbenchPropertiesFile(File file,
ErrorHandler errorHandler) |
| Modifier and Type | Method and Description |
|---|---|
List |
getConfigurationClasses() |
List |
getInputDriverClasses() |
List |
getOutputDriverClasses() |
List |
getPlugInClasses() |
public WorkbenchPropertiesFile(File file, ErrorHandler errorHandler) throws org.jdom.JDOMException, IOException
org.jdom.JDOMExceptionIOExceptionpublic List getPlugInClasses()
getPlugInClasses in interface WorkbenchPropertiespublic List getInputDriverClasses() throws ClassNotFoundException
getInputDriverClasses in interface WorkbenchPropertiesClassNotFoundExceptionpublic List getOutputDriverClasses() throws ClassNotFoundException
getOutputDriverClasses in interface WorkbenchPropertiesClassNotFoundExceptionpublic List getConfigurationClasses() throws ClassNotFoundException
getConfigurationClasses in interface WorkbenchPropertiesClassNotFoundExceptionCopyright © 2015. All rights reserved.