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.ConstraintTokenizervalidate in interface PlacementConstraintParser.ConstraintTokenizerPlacementConstraintParseExceptionpublic boolean hasMoreElements()
hasMoreElements in interface Enumeration<String>public String nextElement()
nextElement in interface Enumeration<String>Copyright © 2008–2018 Apache Software Foundation. All rights reserved.