public interface PropertyManager
System.getProperty(nnn)
instead, but this class allows those values to be more easily
specified in servlets, applets and other environments where modifying
the System properties isn't always appropriate or possible.Modifier and Type | Field and Description |
---|---|
static PropertyManager |
SYSTEM
Defines a PropertyManager which checks the
System.getProperty(java.lang.String)
method. |
Modifier and Type | Method and Description |
---|---|
String |
getProperty(String key)
Return the specified property, or
null if no such
property is set. |
URL |
getURLProperty(String key)
Return the specified property as a URL, or
null if no
such property is set. |
static final PropertyManager SYSTEM
System.getProperty(java.lang.String)
method. A call to getProperty(key)
will return
the value of
System.getProperty("org.faceless.pdf2."+key)
.
This PropertyManager is the default one used by the PDF library.String getProperty(String key)
null
if no such
property is set.URL getURLProperty(String key) throws MalformedURLException
null
if no
such property is set.MalformedURLException
Copyright © 2001-2017 Big Faceless Organization