|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.woden.internal.util.PropertyUtils
public class PropertyUtils
This class defines the property lookup mechanism for the three supported alternatives for specifying configuration properties. These alternatives, listed in search order, are: 1. JVM system properties (e.g. java -D arguments) 2. application properties defined in /META-INF/services (e.g. in a jar file) 3. properties defined in a wsdl properties file located in JAVAHOME/lib directory
Constructor Summary | |
---|---|
PropertyUtils()
|
Method Summary | |
---|---|
static java.lang.String |
findProperty(java.lang.String propertyName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyUtils()
Method Detail |
---|
public static java.lang.String findProperty(java.lang.String propertyName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |