public class JarLdifSchemaLoader extends AbstractSchemaLoader
listener, schemaMap
Constructor and Description |
---|
JarLdifSchemaLoader()
Creates a new LDIF based SchemaLoader.
|
Modifier and Type | Method and Description |
---|---|
List<Entry> |
loadAttributeTypes(Schema... schemas)
Loads a set of schemas.
|
List<Entry> |
loadComparators(Schema... schemas)
Build a list of Comparators read from the underlying storage for
a list of specific schema.
|
List<Entry> |
loadDitContentRules(Schema... schemas)
Build a list of DitContentRules read from the underlying storage for
a list of specific schema.
|
List<Entry> |
loadDitStructureRules(Schema... schemas)
Build a list of DitStructureRules read from the underlying storage for
a list of specific schema.
|
List<Entry> |
loadMatchingRules(Schema... schemas)
Build a list of MatchingRules read from the underlying storage for
a list of specific schema
|
List<Entry> |
loadMatchingRuleUses(Schema... schemas)
Build a list of MatchingRuleUses read from the underlying storage for
a list of specific schema.
|
List<Entry> |
loadNameForms(Schema... schemas)
Build a list of NameForms read from the underlying storage for
a list of specific schema.
|
List<Entry> |
loadNormalizers(Schema... schemas)
Build a list of Normalizers read from the underlying storage for
a list of specified schema
|
List<Entry> |
loadObjectClasses(Schema... schemas)
Build a list of ObjectClasses read from the underlying storage for
a list of specific schema.
|
List<Entry> |
loadSyntaxCheckers(Schema... schemas)
Build a list of SyntaxCheckers read from the underlying storage for
a list of specified schema
|
List<Entry> |
loadSyntaxes(Schema... schemas)
Build a list of Syntaxes read from the underlying storage for
a list of specified schema
|
addSchema, getAllEnabled, getAllSchemas, getDao, getSchema, getSchema, loadAttributeTypes, loadComparators, loadDitContentRules, loadDitStructureRules, loadMatchingRules, loadMatchingRuleUses, loadNameForms, loadNormalizers, loadObjectClasses, loadSyntaxCheckers, loadSyntaxes, notifyListenerOrRegistries, removeSchema, setListener
public JarLdifSchemaLoader() throws Exception
Exception
- if the base directory does not exist or does not
a valid schema.ldif filepublic List<Entry> loadComparators(Schema... schemas) throws Exception
schemas
- the schemas from which Comparators are loadedException
- if there are failures accessing Comparator informationpublic List<Entry> loadSyntaxCheckers(Schema... schemas) throws Exception
schemas
- the schemas from which SyntaxCheckers are loadedException
- if there are failures accessing SyntaxChecker informationpublic List<Entry> loadNormalizers(Schema... schemas) throws Exception
schemas
- the schemas from which Normalizers are loadedException
- if there are failures accessing Normalizer informationpublic List<Entry> loadMatchingRules(Schema... schemas) throws Exception
schemas
- the schemas from which MatchingRules are loadedException
- if there are failures accessing MatchingRule informationpublic List<Entry> loadSyntaxes(Schema... schemas) throws Exception
schemas
- the schemas from which Syntaxes are loadedException
- if there are failures accessing Syntax informationpublic List<Entry> loadAttributeTypes(Schema... schemas) throws Exception
schemas
- the set of schemas to loadException
- if any kind of problems are encountered during the load
Listpublic List<Entry> loadMatchingRuleUses(Schema... schemas) throws Exception
schemas
- the schemas from which MatchingRuleUses are loadedException
- if there are failures accessing MatchingRuleUse informationpublic List<Entry> loadNameForms(Schema... schemas) throws Exception
schemas
- the schemas from which NameForms are loadedException
- if there are failures accessing NameForm informationpublic List<Entry> loadDitContentRules(Schema... schemas) throws Exception
schemas
- the schemas from which DitContentRules are loadedException
- if there are failures accessing DitContentRule informationpublic List<Entry> loadDitStructureRules(Schema... schemas) throws Exception
schemas
- the schemas from which DitStructureRules are loadedException
- if there are failures accessing DitStructureRule informationpublic List<Entry> loadObjectClasses(Schema... schemas) throws Exception
schemas
- the schemas from which ObjectClasses are loadedException
- if there are failures accessing ObjectClass informationCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.