public interface AgentConfigGroup
AgentConfigGroup
...Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,AgentConfig> |
getConfigurations()
Returns the agent configurations that belong to this group.
|
java.lang.String |
getId()
Returns the id of this config group
|
java.lang.String |
getName()
Returns the name of this config group
|
java.lang.String[] |
getRunModes()
Returns the run modes this group is active in
|
java.lang.String |
getTitle()
Returns the title of this config group
|
boolean |
isActive()
Checks if this config group is active in respect to run modes.
|
java.lang.String getId()
java.lang.String getName()
java.lang.String getTitle()
java.lang.String[] getRunModes()
boolean isActive()
true
if activejava.util.Map<java.lang.String,AgentConfig> getConfigurations()
Copyright © 2010 - 2020 Adobe. All Rights Reserved