public class SystemProperties extends Object implements Environment
Constructor and Description |
---|
SystemProperties() |
Modifier and Type | Method and Description |
---|---|
Properties |
getProperties()
Gets the environment properties.
|
String |
getProperty(String name)
Gets an environment property with the specified name.
|
public SystemProperties()
public String getProperty(String name)
Environment
getProperty
in interface Environment
name
- The name of the environment property (variable). Must
not be null
.null
if not found.public Properties getProperties()
Environment
getProperties
in interface Environment
Copyright © 2010–2019 The Transaction Company. All rights reserved.