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