com.vividsolutions.jump.workbench
Class WorkbenchPropertiesFile
java.lang.Object
com.vividsolutions.jump.workbench.WorkbenchPropertiesFile
- All Implemented Interfaces:
- WorkbenchProperties
public class WorkbenchPropertiesFile
- extends java.lang.Object
- implements WorkbenchProperties
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkbenchPropertiesFile
public WorkbenchPropertiesFile(java.io.File file,
ErrorHandler errorHandler)
throws org.jdom.JDOMException,
java.io.IOException
- Throws:
org.jdom.JDOMException
java.io.IOException
WorkbenchPropertiesFile
public WorkbenchPropertiesFile(java.io.File file1,
java.io.File file2,
ErrorHandler errorHandler)
throws org.jdom.JDOMException,
java.io.IOException
- Throws:
org.jdom.JDOMException
java.io.IOException
getPlugInClasses
public java.util.List getPlugInClasses()
- Specified by:
getPlugInClasses in interface WorkbenchProperties
getPlugInClasses
public java.util.List getPlugInClasses(java.lang.ClassLoader classLoader)
- Specified by:
getPlugInClasses in interface WorkbenchProperties
getInputDriverClasses
public java.util.List getInputDriverClasses()
throws java.lang.ClassNotFoundException
- Specified by:
getInputDriverClasses in interface WorkbenchProperties
- Throws:
java.lang.ClassNotFoundException
getOutputDriverClasses
public java.util.List getOutputDriverClasses()
throws java.lang.ClassNotFoundException
- Specified by:
getOutputDriverClasses in interface WorkbenchProperties
- Throws:
java.lang.ClassNotFoundException
getConfigurationClasses
public java.util.List getConfigurationClasses()
throws java.lang.ClassNotFoundException
- Specified by:
getConfigurationClasses in interface WorkbenchProperties
- Throws:
java.lang.ClassNotFoundException