org.apache.lenya.xml
Class Configuration

java.lang.Object
  extended by org.apache.lenya.xml.Configuration

Deprecated. replaced by config/ directory

public class Configuration
extends java.lang.Object

Reads xpsconf.properties


Field Summary
 java.lang.String cacheFolder
          Deprecated.  
 boolean cacheHTTP
          Deprecated.  
static java.lang.String DEFAULT_CONFIGURATION_FILE
          Deprecated.  
static java.lang.String DEFAULT_CONFIGURATION_KEY
          Deprecated.  
 java.lang.String INCLUDE
          Deprecated.  
 java.lang.String JAVA_ZONE
          Deprecated.  
static java.lang.String OVERRIDE_DEFAULT_CONFIGURATION_KEY
          Deprecated.  
 java.lang.String proxyHost
          Deprecated.  
 java.lang.String proxyPort
          Deprecated.  
 
Constructor Summary
Configuration()
          Deprecated. Creates a new Configuration object.
 
Method Summary
 void getProperties(java.util.Properties properties)
          Deprecated. DOCUMENT ME!
 java.lang.String getProperty(java.util.Properties properties, java.lang.String key)
          Deprecated. DOCUMENT ME!
static java.util.Properties load()
          Deprecated. DOCUMENT ME!
static void main(java.lang.String[] args)
          Deprecated. http://www.artima.com/java/answers/Mar2001/messages/164.html export CLASSPATH=/home/lenya/src/xps/build/properties:... java -Doverride.xps.configuration=org/apache/lenya/xps/altconf.properties org.apache.lenya.xps.Configuration
static void register()
          Deprecated. DOCUMENT ME!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_CONFIGURATION_FILE

public static final java.lang.String DEFAULT_CONFIGURATION_FILE
Deprecated. 
See Also:
Constant Field Values

DEFAULT_CONFIGURATION_KEY

public static final java.lang.String DEFAULT_CONFIGURATION_KEY
Deprecated. 
See Also:
Constant Field Values

OVERRIDE_DEFAULT_CONFIGURATION_KEY

public static final java.lang.String OVERRIDE_DEFAULT_CONFIGURATION_KEY
Deprecated. 
See Also:
Constant Field Values

cacheFolder

public java.lang.String cacheFolder
Deprecated. 

cacheHTTP

public boolean cacheHTTP
Deprecated. 

INCLUDE

public java.lang.String INCLUDE
Deprecated. 

JAVA_ZONE

public java.lang.String JAVA_ZONE
Deprecated. 

proxyHost

public java.lang.String proxyHost
Deprecated. 

proxyPort

public java.lang.String proxyPort
Deprecated. 
Constructor Detail

Configuration

public Configuration()
Deprecated. 
Creates a new Configuration object.

Method Detail

main

public static void main(java.lang.String[] args)
Deprecated. 
http://www.artima.com/java/answers/Mar2001/messages/164.html export CLASSPATH=/home/lenya/src/xps/build/properties:... java -Doverride.xps.configuration=org/apache/lenya/xps/altconf.properties org.apache.lenya.xps.Configuration

Parameters:
args - DOCUMENT ME!

load

public static java.util.Properties load()
Deprecated. 
DOCUMENT ME!

Returns:
DOCUMENT ME!

getProperties

public void getProperties(java.util.Properties properties)
Deprecated. 
DOCUMENT ME!

Parameters:
properties - DOCUMENT ME!

getProperty

public java.lang.String getProperty(java.util.Properties properties,
                                    java.lang.String key)
Deprecated. 
DOCUMENT ME!

Parameters:
properties - DOCUMENT ME!
key - DOCUMENT ME!
Returns:
DOCUMENT ME!

register

public static void register()
Deprecated. 
DOCUMENT ME!



Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.