org.apache.catalina.startup

Class CatalinaProperties

public class CatalinaProperties extends Object

Utility class to read the bootstrap Catalina configuration.

Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $

Author: Remy Maucherat

Method Summary
static StringgetProperty(String name)
Return specified property value.
static StringgetProperty(String name, String defaultValue)
Return specified property value.

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.
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.