Class DesiredStateHelpers
- java.lang.Object
-
- com.opencloud.slee.mlet.ant.tasks.DesiredStateHelpers
-
public class DesiredStateHelpers extends Object
-
-
Constructor Summary
Constructors Constructor Description DesiredStateHelpers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getDefaultState(Collection<DesiredStateElement> states)
static com.opencloud.util.IntSet
getNodesWithState(Collection<DesiredStateElement> states, String stateAttribute)
static void
validateParameters(Collection<DesiredStateElement> states, Collection<String> validStateAttributes)
-
-
-
Method Detail
-
validateParameters
public static void validateParameters(Collection<DesiredStateElement> states, Collection<String> validStateAttributes) throws org.apache.tools.ant.BuildException
- Throws:
org.apache.tools.ant.BuildException
-
getNodesWithState
public static com.opencloud.util.IntSet getNodesWithState(Collection<DesiredStateElement> states, String stateAttribute)
-
getDefaultState
public static String getDefaultState(Collection<DesiredStateElement> states)
-
-