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 boolean
fetchSystemProperty
(String propName, boolean def) Go looking for the named system property.static int
fetchSystemProperty
(String propName, int def) Go looking for the named system property.static int
fetchSystemProperty
(String propName, int def, Map<String, Integer> map) Go looking for the named system property.static String
fetchSystemProperty
(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:
-