public class NetworkCoreUtils
extends java.lang.Object
NetworkEnvironment instances.| Constructor and Description |
|---|
NetworkCoreUtils() |
| Modifier and Type | Method and Description |
|---|---|
static NetworkEnvironment |
createNetworkEnvironment(NetworkEnvironmentSettings settings) |
static NetworkEnvironment |
getNetworkEnvironment(java.lang.String group)
Returns the
NetworkEnvironment with the given group name or null if no NetworkEnvironment with the given group name exists |
static NetworkEnvironmentSettings |
getNetworkEnvironmentSettings(java.lang.String group)
Returns the
NetworkEnvironmentSettings of the NetworkEnvironment with the given group name or null
if no NetworkEnvironment with the given group name exists. |
public static NetworkEnvironment createNetworkEnvironment(NetworkEnvironmentSettings settings) throws java.lang.Exception
java.lang.Exceptionpublic static NetworkEnvironmentSettings getNetworkEnvironmentSettings(java.lang.String group)
NetworkEnvironmentSettings of the NetworkEnvironment with the given group name or null
if no NetworkEnvironment with the given group name exists.group - the group name of the NetworkEnvironment which NetworkEnvironmentSettings are requestedNetworkEnvironmentSettings of the NetworkEnvironment with the given group name or null
if no NetworkEnvironment with the given group name exists.public static NetworkEnvironment getNetworkEnvironment(java.lang.String group)
NetworkEnvironment with the given group name or null if no NetworkEnvironment with the given group name existsgroup - the group name of the requested NetworkEnvironmentNetworkEnvironment or null if no NetworkEnvironment with the given group name exists