Arch4J 1.1

org.arch4j.property
Class DefaultConstants

java.lang.Object
  |
  +--org.arch4j.property.StartupConstants
        |
        +--org.arch4j.property.DefaultConstants

public class DefaultConstants
extends StartupConstants

This class is the default startup constants class that will be used if not specified at startup. This is to provide backward compatibility with the old-style property management scheme.

Application developers should create their own subclass of StartupConstants, and should not use this class.

Version:
$Revision: 1.3 $
Author:
Ross E. Greinke

Field Summary
static String APP_HOME_PROPERTY
           
 
Fields inherited from class org.arch4j.property.StartupConstants
CONSTANTS_CLASS_PROPERTY
 
Constructor Summary
DefaultConstants()
           
 
Method Summary
 String getApplicationHomeProperty()
          Returns a string containing the application home directory property key.
 
Methods inherited from class org.arch4j.property.StartupConstants
getApplicationHome, getDefaultApplicationHome, getDefaultXMLParserFactoryClassname, getPropertyFilename, getXMLParserFactoryProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APP_HOME_PROPERTY

public static final String APP_HOME_PROPERTY
See Also:
Constant Field Values
Constructor Detail

DefaultConstants

public DefaultConstants()
Method Detail

getApplicationHomeProperty

public String getApplicationHomeProperty()
Returns a string containing the application home directory property key.

Specified by:
getApplicationHomeProperty in class StartupConstants
Returns:
A string containing the application home directory property key.

Arch4J 1.1

Copyright © 2000-2004 SpiderLogic, a service of Wipfli Ullrich Bertelson LLP.