Operation |
Details |
public static copyFileToFile( File in, File out):void |
Sequential Notes: | Copies one bin file to other | |
public static createNewCitationStyle( ProcessCitationStyles pcs, String templName, String newName):void |
Sequential Tags: | throws=JRException,IOException,CitationStyleManagerException,SAXException,CitationStyleManagerException
| Notes: | Creates new CitationStyle directory on hand of existende CitationStyle | |
public static createNewCitationStyle( ProcessCitationStyles pcs, String newName):void |
Sequential Tags: | throws=JRException,CitationStyleManagerException,IOException,SAXException,CitationStyleManagerException
| Notes: | Creates new CitationStyle directory on hand of DefaultCitationStyle XMLs @param templName A name of template CitationStyle | |
public static deleteCitationStyleBundle( String name):void |
Sequential Tags: | throws=IllegalArgumentException,CitationStyleManagerException,IOException
| Notes: | Deletes CitationStyleBundle @param path | |
public static getCitationStylesList():String |
Sequential Tags: | throws=IllegalArgumentException,IOException
| Notes: | Returns list of Citation Styles according to the content of the <code>CitaionStyles</code> directory @param root @return list of Citation Styles | |
public static getPathToCitationStyles():String |
Sequential Notes: | Returns path to the Citation Styles directory @return path | |
public static getPathToClasses():String |
Sequential Notes: | Returns path to the directory of the classes depending on the run context (TOBE implemented further) @return path | |
public static getPathToDataSources():String |
Sequential Notes: | Returns path to the Data Sources directory @return path | |
public static getPathToResources():String |
Sequential Notes: | Returns path to the resources directory @return path | |
public static getPathToSchemas():String |
Sequential Notes: | Returns path to the Schemas directory @return path | |
public static getPathToTransformations():String |
Sequential Notes: | Returns path to the Transformations directory @return path | |
public static getProperties( String path, String fileName):Properties |
Sequential Tags: | throws=FileNotFoundException,IOException
| Notes: | Load citman properties @return properties | |
public static getProperties( String fileName):Properties |
Sequential Tags: | throws=FileNotFoundException,IOException
| Notes: | Load citman properties @return properties | |
public static getResourceAsFile( String fileName):File |
Sequential Tags: | throws=FileNotFoundException
| Notes: | Gets a resource as InputStream. @return The resource as InputStream. | |
public static getResourceAsStream( String fileName):InputStream |
Sequential Tags: | throws=FileNotFoundException
| Notes: | Gets a resource as InputStream. @return The resource as InputStream. | |
public static getResourceAsString( String fileName):String |
Sequential Notes: | Gets a resource as String. @return The resource as String. | |
public static getUriToResources():String |
Sequential Notes: | Gets URI to the resources @return uri to the resources | |