public class ACIItemChecker extends Object
| Constructor and Description |
|---|
ACIItemChecker(SchemaManager schemaManager)
Creates a ACIItem parser.
|
| Modifier and Type | Method and Description |
|---|---|
void |
parse(String spec)
Parses an ACIItem without exhausting the parser.
|
public ACIItemChecker(SchemaManager schemaManager)
schemaManager - the schema managerpublic void parse(String spec) throws ParseException
spec - the specification to be parsedParseException - if there are any recognition errors (bad syntax)Copyright © 2021. All rights reserved.