public static class PlacementConstraintParser.MultipleConstraintsTokenizer extends Object implements PlacementConstraintParser.ConstraintTokenizer
Constructor and Description |
---|
MultipleConstraintsTokenizer(String expression) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
String |
nextElement() |
void |
validate()
Validate the schema before actual parsing the expression.
|
public MultipleConstraintsTokenizer(String expression)
public void validate() throws PlacementConstraintParseException
PlacementConstraintParser.ConstraintTokenizer
validate
in interface PlacementConstraintParser.ConstraintTokenizer
PlacementConstraintParseException
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration<String>
public String nextElement()
nextElement
in interface Enumeration<String>
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.