public static final class PlacementConstraintParser.ConjunctionTokenizer extends Object implements PlacementConstraintParser.ConstraintTokenizer
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
String |
nextElement() |
void |
validate()
Validate the schema before actual parsing the 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.