|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fesenmeyer.dbnormalizer.core.configuration.xml.DBNormalizerXMLPathUtil
public final class DBNormalizerXMLPathUtil
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.
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 |
---|
private static final String DBNORMALIZER_SCHEMA_FILENAME
private static final String TANEJAVA2DBN_XSL_FILENAME
Constructor Detail |
---|
private DBNormalizerXMLPathUtil()
Method Detail |
---|
public static String getDBNormalizerSchemaFilename()
public static String getTaneJava2DBNormalizerXSLFilename()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |