Uses of Interface
org.apache.directory.server.core.schema.SyntaxCheckerRegistry

Packages that use SyntaxCheckerRegistry
org.apache.directory.server.core.schema Contains interfaces for schema object registry services and simple POJO implementations of these services. 
org.apache.directory.server.core.schema.bootstrap Contains interfaces and classes used for bootstrap schema object loading and configuration. 
 

Uses of SyntaxCheckerRegistry in org.apache.directory.server.core.schema
 

Classes in org.apache.directory.server.core.schema that implement SyntaxCheckerRegistry
 class GlobalSyntaxCheckerRegistry
          A simple POJO implementation of the SyntaxCheckerRegistry service interface.
 

Methods in org.apache.directory.server.core.schema that return SyntaxCheckerRegistry
 SyntaxCheckerRegistry Registries.getSyntaxCheckerRegistry()
           
 SyntaxCheckerRegistry GlobalRegistries.getSyntaxCheckerRegistry()
           
 

Uses of SyntaxCheckerRegistry in org.apache.directory.server.core.schema.bootstrap
 

Classes in org.apache.directory.server.core.schema.bootstrap that implement SyntaxCheckerRegistry
 class BootstrapSyntaxCheckerRegistry
          The POJO implementation for the SyntaxCheckerRegistry service.
 

Methods in org.apache.directory.server.core.schema.bootstrap that return SyntaxCheckerRegistry
 SyntaxCheckerRegistry BootstrapRegistries.getSyntaxCheckerRegistry()
           
 

Constructors in org.apache.directory.server.core.schema.bootstrap with parameters of type SyntaxCheckerRegistry
AbstractBootstrapProducer.BootstrapSyntax(java.lang.String oid, SyntaxCheckerRegistry registry)