Operation |
Details |
private static getInputStream( String filepath):InputStream |
Sequential Notes: | Retrieves the Inputstream of the given file path. First the resource is searched in the file system, if this fails it is searched using the classpath. @return The inputstream of the given file path. | |
public static getProperty( String key):String |
Sequential Tags: | throws=IOException,URISyntaxException
| Notes: | Gets the value of a property for the given key from the system properties or the escidoc property file. It is always tried to get the requested property value from the system properties. This option gives the opportunity to set a specific property temporary using the system properties. If the requested property could not be obtained from the system properties the escidoc property file is accessed. (For details on access to the properties file see class description.) @return The value of the property. | |
private static loadProperties():void |
Sequential Tags: | throws=IOException,URISyntaxException
| Notes: | Load the properties from the location defined by the system property <code>pubman.properties.file</code>. If this property is not set the default file path <code>pubman.properties</code> is used. | |