
public class EnvironmentConnector extends AbstractPropertyConnector
Connector.
see also System.getenv(String).
| Constructor and Description |
|---|
EnvironmentConnector() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getProperty(String key,
String def)
Very similar to
System.getenv except that the SecurityException is hidden. |
getContent, getObject, getStringaddConnector, getConnectors, getContentResolver, getName, getObjectResolver, init, setContentResolver, setName, setObjectResolverprotected String getProperty(String key, String def)
System.getenv except that the SecurityException is hidden.getProperty in class AbstractPropertyConnectorkey - The key to search for.def - The default value to return.Copyright © 2008–2014. All rights reserved.