Package org.lsst.ccs.services
Class AgentPropertiesService.AgentPropertiesServiceCommands
java.lang.Object
org.lsst.ccs.services.AgentPropertiesService.AgentPropertiesServiceCommands
- Enclosing class:
- AgentPropertiesService
-
Method Summary
Modifier and TypeMethodDescriptionGet the agent properties.Get the Set of agent properties.getAgentProperty(String property) Get an agent property.
-
Method Details
-
getAgentProperty
Get an agent property.- Parameters:
property- The property name.- Returns:
- The value of the property.
-
getAgentPropertiesKeySet
Get the Set of agent properties.- Returns:
- The Set of available Agent properties.
-
getAgentProperties
Get the agent properties.- Returns:
- The Agent properties.
-