|
||||||||||
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(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 |
Constructor Detail |
---|
public ParserDescriptionUtils()
Method Detail |
---|
public static boolean objectClassesMatch(ObjectClass oc0, ObjectClass oc1) throws javax.naming.NamingException
ocd0
- the first objectClass to compareocd1
- the second objectClass to compare
javax.naming.NamingException
public static boolean attributeTypesMatch(AttributeType at0, AttributeType at1)
atd0
- the first attributeType to compareatd1
- the second attributeType to compare
public static boolean matchingRulesMatch(MatchingRule matchingRule0, MatchingRule matchingRule1)
mrd0
- the first matchingRule to comparemrd1
- 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)
lsd0
- the first schema description to comparelsd1
- 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)
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 |