Uses of Class
com.opencloud.slee.mlet.ant.DesiredStateElement
-
Packages that use DesiredStateElement Package Description com.opencloud.slee.mlet.ant.tasks -
-
Uses of DesiredStateElement in com.opencloud.slee.mlet.ant.tasks
Methods in com.opencloud.slee.mlet.ant.tasks with parameters of type DesiredStateElement Modifier and Type Method Description void
SetRAEntityDesiredStateTask. addDesiredState(DesiredStateElement state)
Add a DesiredStateElement, called by ant.void
SetServiceDesiredStateTask. addDesiredState(DesiredStateElement state)
Add a DesiredStateElement, called by ant.Method parameters in com.opencloud.slee.mlet.ant.tasks with type arguments of type DesiredStateElement Modifier and Type Method Description static String
DesiredStateHelpers. getDefaultState(Collection<DesiredStateElement> states)
static com.opencloud.util.IntSet
DesiredStateHelpers. getNodesWithState(Collection<DesiredStateElement> states, String stateAttribute)
static void
DesiredStateHelpers. validateParameters(Collection<DesiredStateElement> states, Collection<String> validStateAttributes)
-