|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.directory.shared.ldap.schema.registries.AbstractSchemaLoader
org.apache.directory.shared.ldap.schema.loader.ldif.JarLdifSchemaLoader
public class JarLdifSchemaLoader
Loads schema data from LDIF files containing entries representing schema objects, using the meta schema format. This class is used only for tests.
| Field Summary |
|---|
| Fields inherited from class org.apache.directory.shared.ldap.schema.registries.AbstractSchemaLoader |
|---|
listener, schemaMap |
| Constructor Summary | |
|---|---|
JarLdifSchemaLoader()
Creates a new LDIF based SchemaLoader. |
|
| Method Summary | |
|---|---|
java.util.List<Entry> |
loadAttributeTypes(Schema... schemas)
|
java.util.List<Entry> |
loadComparators(Schema... schemas)
|
java.util.List<Entry> |
loadDitContentRules(Schema... schemas)
|
java.util.List<Entry> |
loadDitStructureRules(Schema... schemas)
|
java.util.List<Entry> |
loadMatchingRules(Schema... schemas)
|
java.util.List<Entry> |
loadMatchingRuleUses(Schema... schemas)
|
java.util.List<Entry> |
loadNameForms(Schema... schemas)
|
java.util.List<Entry> |
loadNormalizers(Schema... schemas)
|
java.util.List<Entry> |
loadObjectClasses(Schema... schemas)
|
java.util.List<Entry> |
loadSyntaxCheckers(Schema... schemas)
|
java.util.List<Entry> |
loadSyntaxes(Schema... schemas)
|
| Methods inherited from class org.apache.directory.shared.ldap.schema.registries.AbstractSchemaLoader |
|---|
addSchema, getAllEnabled, getAllSchemas, getDao, getSchema, getSchema, loadAttributeTypes, loadComparators, loadDitContentRules, loadDitStructureRules, loadMatchingRules, loadMatchingRuleUses, loadNameForms, loadNormalizers, loadObjectClasses, loadSyntaxCheckers, loadSyntaxes, notifyListenerOrRegistries, removeSchema, setListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JarLdifSchemaLoader()
throws java.lang.Exception
java.lang.Exception - if the base directory does not exist or does not
a valid schema.ldif file| Method Detail |
|---|
public java.util.List<Entry> loadComparators(Schema... schemas)
throws java.lang.Exception
java.lang.Exception
public java.util.List<Entry> loadSyntaxCheckers(Schema... schemas)
throws java.lang.Exception
java.lang.Exception
public java.util.List<Entry> loadNormalizers(Schema... schemas)
throws java.lang.Exception
java.lang.Exception
public java.util.List<Entry> loadMatchingRules(Schema... schemas)
throws java.lang.Exception
java.lang.Exception
public java.util.List<Entry> loadSyntaxes(Schema... schemas)
throws java.lang.Exception
java.lang.Exception
public java.util.List<Entry> loadAttributeTypes(Schema... schemas)
throws java.lang.Exception
java.lang.Exception
public java.util.List<Entry> loadMatchingRuleUses(Schema... schemas)
throws java.lang.Exception
java.lang.Exception
public java.util.List<Entry> loadNameForms(Schema... schemas)
throws java.lang.Exception
java.lang.Exception
public java.util.List<Entry> loadDitContentRules(Schema... schemas)
throws java.lang.Exception
java.lang.Exception
public java.util.List<Entry> loadDitStructureRules(Schema... schemas)
throws java.lang.Exception
java.lang.Exception
public java.util.List<Entry> loadObjectClasses(Schema... schemas)
throws java.lang.Exception
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||