org.forester.util
Class ForesterConstants

java.lang.Object
  extended by org.forester.util.ForesterConstants

public final class ForesterConstants
extends Object


Field Summary
static String LOCAL_PHYLOXML_XSD_RESOURCE
           
static String PHYLO_XML_LOCATION
           
static String PHYLO_XML_REFERENCE
           
static String PHYLO_XML_SUFFIX
           
static String PHYLO_XML_VERSION
           
static String PHYLO_XML_XSD
           
static boolean RELEASE
           
static String UTF8
           
static String XML_SCHEMA_INSTANCE
           
 
Constructor Summary
ForesterConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PHYLO_XML_VERSION

public static final String PHYLO_XML_VERSION
See Also:
Constant Field Values

PHYLO_XML_LOCATION

public static final String PHYLO_XML_LOCATION
See Also:
Constant Field Values

PHYLO_XML_XSD

public static final String PHYLO_XML_XSD
See Also:
Constant Field Values

XML_SCHEMA_INSTANCE

public static final String XML_SCHEMA_INSTANCE
See Also:
Constant Field Values

LOCAL_PHYLOXML_XSD_RESOURCE

public static final String LOCAL_PHYLOXML_XSD_RESOURCE
See Also:
Constant Field Values

PHYLO_XML_SUFFIX

public static final String PHYLO_XML_SUFFIX
See Also:
Constant Field Values

UTF8

public static final String UTF8
See Also:
Constant Field Values

PHYLO_XML_REFERENCE

public static final String PHYLO_XML_REFERENCE
See Also:
Constant Field Values

RELEASE

public static final boolean RELEASE
See Also:
Constant Field Values
Constructor Detail

ForesterConstants

public ForesterConstants()