public class PropertyUtils
extends Object
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
- Author:
- jkaputin@apache.org