de.fesenmeyer.dbnormalizer.core.configuration.xml
Class DBNormalizerXMLPathUtil

java.lang.Object
  extended by de.fesenmeyer.dbnormalizer.core.configuration.xml.DBNormalizerXMLPathUtil

public final class DBNormalizerXMLPathUtil
extends Object

Utility class for retrieving file names for XML-Schema- and XLST-Files needed by DBNormalizer. This is the single place to configure the location of the files needed to read or write configuration files.

Author:
DF

Field Summary
private static String DBNORMALIZER_SCHEMA_FILENAME
          The path of the DBNormalizer-Schema-File relative to the working directory.
private static String TANEJAVA2DBN_XSL_FILENAME
          The path of the TaneJava-to-DBNormalizer-Transformation-File relative to the working directory.
 
Constructor Summary
private DBNormalizerXMLPathUtil()
          Makes the constructor unaccessible.
 
Method Summary
static String getDBNormalizerSchemaFilename()
          Gets the (absolute) path of the DBNormalizer-Schema-File.
static String getTaneJava2DBNormalizerXSLFilename()
          Gets the (absolute) path of the TaneJava-to-DBNormalizer-Transformation-File.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DBNORMALIZER_SCHEMA_FILENAME

private static final String DBNORMALIZER_SCHEMA_FILENAME
The path of the DBNormalizer-Schema-File relative to the working directory.

See Also:
Constant Field Values

TANEJAVA2DBN_XSL_FILENAME

private static final String TANEJAVA2DBN_XSL_FILENAME
The path of the TaneJava-to-DBNormalizer-Transformation-File relative to the working directory.

See Also:
Constant Field Values
Constructor Detail

DBNormalizerXMLPathUtil

private DBNormalizerXMLPathUtil()
Makes the constructor unaccessible.

Method Detail

getDBNormalizerSchemaFilename

public static String getDBNormalizerSchemaFilename()
Gets the (absolute) path of the DBNormalizer-Schema-File.

Returns:
the (absolute) path of the DBNormalizer-Schema-File

getTaneJava2DBNormalizerXSLFilename

public static String getTaneJava2DBNormalizerXSLFilename()
Gets the (absolute) path of the TaneJava-to-DBNormalizer-Transformation-File.

Returns:
the (absolute) path of the TaneJava-to-DBNormalizer-Transformation-File