public class ACIItemChecker extends Object
| Constructor and Description |
|---|
ACIItemChecker(org.apache.directory.api.ldap.model.schema.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(org.apache.directory.api.ldap.model.schema.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 © 2003–2016 The Apache Software Foundation. All rights reserved.