|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.api.ldap.model.schema.parsers.ParserDescriptionUtils
public final class ParserDescriptionUtils
Utilities for dealing with various schema descriptions.
| Method Summary | |
|---|---|
static boolean |
aliasNamesMatch(SchemaObject so0,
SchemaObject so1)
Checks to see if the alias names of a schema description match another description. |
static boolean |
attributeTypesMatch(AttributeType at0,
AttributeType at1)
Checks two schema attributeTypes for an exact match. |
static boolean |
descriptionsMatch(SchemaObject so0,
SchemaObject so1)
Checks if two base schema descriptions match for the common components in every schema description. |
static boolean |
extensionsMatch(SchemaObject lsd0,
SchemaObject lsd1)
Checks to see if the extensions of a schema description match another description. |
static boolean |
matchingRulesMatch(MatchingRule matchingRule0,
MatchingRule matchingRule1)
Checks to see if two matchingRule match exactly. |
static boolean |
objectClassesMatch(ObjectClass oc0,
ObjectClass oc1)
Checks two schema objectClasses for an exact match. |
static boolean |
syntaxesMatch(LdapSyntax ldapSyntax0,
LdapSyntax ldapSyntax1)
Checks to see if two syntax match exactly. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean objectClassesMatch(ObjectClass oc0,
ObjectClass oc1)
oc0 - the first objectClass to compareoc1 - the second objectClass to compare
public static boolean attributeTypesMatch(AttributeType at0,
AttributeType at1)
at0 - the first attributeType to compareat1 - the second attributeType to compare
public static boolean matchingRulesMatch(MatchingRule matchingRule0,
MatchingRule matchingRule1)
matchingRule0 - the first matchingRule to comparematchingRule1 - the second matchingRule to compare
public static boolean syntaxesMatch(LdapSyntax ldapSyntax0,
LdapSyntax ldapSyntax1)
ldapSyntax0 - the first ldapSyntax to compareldapSyntax1 - the second ldapSyntax to compare
public static boolean descriptionsMatch(SchemaObject so0,
SchemaObject so1)
so0 - the first schema description to compareso1 - the second schema description to compare
public static boolean extensionsMatch(SchemaObject lsd0,
SchemaObject lsd1)
lsd0 - the first schema description to compare the extensions oflsd1 - the second schema description to compare the extensions of
public static boolean aliasNamesMatch(SchemaObject so0,
SchemaObject so1)
so0 - the schema description to compareso1 - the schema description to compare
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||