public class EnvironmentProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
EXTENSIONS_PROPERTIES_PREFIX
the prefix for the name of extensions related properties
|
static String |
EXTENSIONS_REMOVE
a list with extensions to remove
|
static String |
SUBSYSTEMS_PROPERTIES_PREFIX
the prefix for the name of subsystems related properties
|
static String |
SUBSYSTEMS_REMOVE
a list with subsystems to remove
|
| Constructor and Description |
|---|
EnvironmentProperties() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getSubsystemSubtaskPropertiesPrefix(String subsystem,
String subtask)
Retrieves the prefix for all env properties in the context of a subsystem subtask.
|
static String |
getSubsystemTaskPropertiesPrefix(String subsystem)
Retrieves the prefix for all env properties in the context of a subsystem task.
|
public static final String EXTENSIONS_PROPERTIES_PREFIX
public static final String EXTENSIONS_REMOVE
public static final String SUBSYSTEMS_PROPERTIES_PREFIX
public static final String SUBSYSTEMS_REMOVE
public static String getSubsystemTaskPropertiesPrefix(String subsystem)
subsystem - the subsystem in contextpublic static String getSubsystemSubtaskPropertiesPrefix(String subsystem, String subtask)
subsystem - the subsystem in contextsubtask - the subtask in contextCopyright © 2016 JBoss by Red Hat. All rights reserved.