Package org.web3d.util
Class PropertyTools
java.lang.Object
org.web3d.util.PropertyTools
A set of tools for locating property values.
- Version:
- $Revision: 1.3 $
- Author:
- Alan Hudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanfetchSystemProperty(String propName, boolean def) Go looking for the named system property.static intfetchSystemProperty(String propName, int def) Go looking for the named system property.static intfetchSystemProperty(String propName, int def, Map<String, Integer> map) Go looking for the named system property.static StringfetchSystemProperty(String propName, String def) Go looking for the named system property.
-
Constructor Details
-
PropertyTools
public PropertyTools()
-
-
Method Details
-
fetchSystemProperty
-
fetchSystemProperty
Go looking for the named system property.- Parameters:
propName- The name of the property to readdef- The default value if not found- Returns:
-
fetchSystemProperty
-
fetchSystemProperty
Go looking for the named system property.- Parameters:
propName- The name of the property to readdef- The default value if not found- Returns:
-