org.apache.catalina.startup
Class CatalinaProperties
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CatalinaProperties
public CatalinaProperties()
getProperty
public static String getProperty(String name)
- Return specified property value.
getProperty
public static String getProperty(String name,
String defaultValue)
- Return specified property value.
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.