org.oclc.da.gdfr.registryprototype.properties
Class SystemProps

java.lang.Object
  extended by org.oclc.da.gdfr.registryprototype.properties.SystemProps

public class SystemProps
extends java.lang.Object

SystemProps This class defines constants for system properties.

Since:
09/12/2006
Author:
BJC

Field Summary
static java.lang.String DATA_HOME
          Root directory for system data.
static java.lang.String FACTORY_CLASS
          Name of the class to use as the CollectionFactory
static java.lang.String LOGGER_NAME
          Logger type.
static java.lang.String MAIL_ADDRESS
          URL of the local mail server
static java.lang.String MAIL_FROM_ADDRESS
          From address of the local mail server
static java.lang.String MAX_SEARCH_RESULTS
          Maximum number of results to be returned in a single search
static java.lang.String REGISTRY_HOME
          RegistryPrototype home
static java.lang.String REGISTRY_VERSION
          Application version.
static java.lang.String SERVER_URL
          URL of the host server
static java.lang.String SOURCE_URI
          URI of the source node
static java.lang.String SOURCE_URL
          URL for the source node
static java.lang.String SYSTEM_PROPS
          This is system configuration properties file path.
static java.lang.String TEMPLATE_DIR
          Location of the Templates directory
static java.lang.String TEMPLATE_LOCATION
          Location of the IWSA deposit record template
static java.lang.String VALIDATION
          Determines if validation is on or off
static java.lang.String XML_HOME
          Directory with all XML documents
 
Constructor Summary
SystemProps()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SYSTEM_PROPS

public static final java.lang.String SYSTEM_PROPS
This is system configuration properties file path.

See Also:
Constant Field Values

XML_HOME

public static final java.lang.String XML_HOME
Directory with all XML documents


VALIDATION

public static final java.lang.String VALIDATION
Determines if validation is on or off


TEMPLATE_LOCATION

public static final java.lang.String TEMPLATE_LOCATION
Location of the IWSA deposit record template


TEMPLATE_DIR

public static final java.lang.String TEMPLATE_DIR
Location of the Templates directory


DATA_HOME

public static final java.lang.String DATA_HOME
Root directory for system data.


LOGGER_NAME

public static final java.lang.String LOGGER_NAME
Logger type.


REGISTRY_VERSION

public static final java.lang.String REGISTRY_VERSION
Application version.


REGISTRY_HOME

public static final java.lang.String REGISTRY_HOME
RegistryPrototype home


FACTORY_CLASS

public static final java.lang.String FACTORY_CLASS
Name of the class to use as the CollectionFactory


SERVER_URL

public static final java.lang.String SERVER_URL
URL of the host server


MAX_SEARCH_RESULTS

public static final java.lang.String MAX_SEARCH_RESULTS
Maximum number of results to be returned in a single search


SOURCE_URL

public static final java.lang.String SOURCE_URL
URL for the source node


SOURCE_URI

public static final java.lang.String SOURCE_URI
URI of the source node


MAIL_ADDRESS

public static final java.lang.String MAIL_ADDRESS
URL of the local mail server


MAIL_FROM_ADDRESS

public static final java.lang.String MAIL_FROM_ADDRESS
From address of the local mail server

Constructor Detail

SystemProps

public SystemProps()


Copyright © 2008 OCLC Online Computer Library Center, Inc.. All Rights Reserved.