Apache Tomcat 7.0.28

org.apache.catalina.startup
Class CatalinaProperties

java.lang.Object
  extended by org.apache.catalina.startup.CatalinaProperties

public class CatalinaProperties
extends Object

Utility class to read the bootstrap Catalina configuration.

Version:
$Id: CatalinaProperties.java 1075058 2011-02-27 14:12:39Z markt $
Author:
Remy Maucherat

Constructor Summary
CatalinaProperties()
           
 
Method Summary
static String getProperty(String name)
          Return specified property value.
static String getProperty(String name, String defaultValue)
          Return specified property value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CatalinaProperties

public CatalinaProperties()
Method Detail

getProperty

public static String getProperty(String name)
Return specified property value.


getProperty

public static String getProperty(String name,
                                 String defaultValue)
Return specified property value.


Apache Tomcat 7.0.28

Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.