|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.ldap.schema.parsers.ParserDescriptionUtils
public class ParserDescriptionUtils
Utilities for dealing with various schema descriptions.
| Constructor Summary | |
|---|---|
ParserDescriptionUtils()
|
|
| Method Summary | |
|---|---|
static boolean |
aliasNamesMatch(AbstractSchemaDescription asd0,
AbstractSchemaDescription asd1)
Checks to see if the alias names of a schema description match another description. |
static boolean |
attributeTypesMatch(AttributeTypeDescription atd0,
AttributeTypeDescription atd1)
Checks two schema attributeType descriptions for an exact match. |
static boolean |
descriptionsMatch(AbstractSchemaDescription asd0,
AbstractSchemaDescription asd1)
Checks if two base schema descriptions match for the common components in every schema description. |
static boolean |
extensionsMatch(AbstractSchemaDescription asd0,
AbstractSchemaDescription asd1)
Checks to see if the extensions of a schema description match another description. |
static boolean |
matchingRulesMatch(MatchingRuleDescription mrd0,
MatchingRuleDescription mrd1)
Checks to see if two matchingRule descriptions match exactly. |
static boolean |
objectClassesMatch(ObjectClassDescription ocd0,
ObjectClassDescription ocd1)
Checks two schema objectClass descriptions for an exact match. |
static boolean |
syntaxesMatch(LdapSyntaxDescription lsd0,
LdapSyntaxDescription lsd1)
Checks to see if two syntax descriptions match exactly. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParserDescriptionUtils()
| Method Detail |
|---|
public static boolean objectClassesMatch(ObjectClassDescription ocd0,
ObjectClassDescription ocd1)
ocd0 - the first objectClass description to compareocd1 - the second objectClass description to compare
public static boolean attributeTypesMatch(AttributeTypeDescription atd0,
AttributeTypeDescription atd1)
atd0 - the first attributeType description to compareatd1 - the second attributeType description to compare
public static boolean matchingRulesMatch(MatchingRuleDescription mrd0,
MatchingRuleDescription mrd1)
mrd0 - the first matchingRule description to comparemrd1 - the second matchingRule description to compare
public static boolean syntaxesMatch(LdapSyntaxDescription lsd0,
LdapSyntaxDescription lsd1)
lsd0 - the first syntax description to comparelsd1 - the second syntax description to compare
public static boolean descriptionsMatch(AbstractSchemaDescription asd0,
AbstractSchemaDescription asd1)
asd0 - the first schema description to compareasd1 - the second schema description to compare
public static boolean extensionsMatch(AbstractSchemaDescription asd0,
AbstractSchemaDescription asd1)
asd0 - the first schema description to compare the extensions ofasd1 - the second schema description to compare the extensions of
public static boolean aliasNamesMatch(AbstractSchemaDescription asd0,
AbstractSchemaDescription asd1)
asd0 - the schema description to compareasd1 - the schema description to compare
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||