LibreOffice Module xmerge (master) 1
|
Loads a properties file so that registry knows which plug-ins it needs to load. More...
Public Member Functions | |
ConverterInfoList () throws IOException | |
This constructor loads and reads the default properties file. More... | |
ConverterInfoList (String propsFile) throws IOException | |
This constructor loads and reads the properties file. More... | |
Iterator< String > | getJarFileEnum () |
Returns an Iterator of String objects. More... | |
Private Attributes | |
ArrayList< String > | jars |
Static Private Attributes | |
static String | defaultPropsFile = "ConverterInfoList.properties" |
Loads a properties file so that registry knows which plug-ins it needs to load.
Definition at line 32 of file ConverterInfoList.java.
|
inline |
This constructor loads and reads the default properties file.
The default property file name is: "ConverterInfoList.properties".
IOException | If any I/O error occurs. |
Definition at line 45 of file ConverterInfoList.java.
References org.openoffice.xmerge.test.ConverterInfoList.defaultPropsFile.
|
inline |
This constructor loads and reads the properties file.
propsFile | The properties file to load. |
IOException | If any I/O error occurs. |
Definition at line 56 of file ConverterInfoList.java.
References getClass(), i, org.openoffice.xmerge.test.ConverterInfoList.jars, Properties, props, and String.
|
inline |
Returns an Iterator
of String
objects.
Each String
describes a plug-in to be loaded into the registry.
Iterator
of String
objects. Each String
describes a plug-in to be loaded into the registry. Definition at line 87 of file ConverterInfoList.java.
References org.openoffice.xmerge.test.ConverterInfoList.jars.
Referenced by org.openoffice.xmerge.test.Driver.main().
|
staticprivate |
Definition at line 34 of file ConverterInfoList.java.
Referenced by org.openoffice.xmerge.test.ConverterInfoList.ConverterInfoList().
|
private |
Definition at line 35 of file ConverterInfoList.java.
Referenced by org.openoffice.xmerge.test.ConverterInfoList.ConverterInfoList(), and org.openoffice.xmerge.test.ConverterInfoList.getJarFileEnum().