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

Packages that use SyntaxRegistry
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 SyntaxRegistry in org.apache.directory.server.core.schema
 

Classes in org.apache.directory.server.core.schema that implement SyntaxRegistry
 class GlobalSyntaxRegistry
          A plain old java object implementation of an SyntaxRegistry.
 

Methods in org.apache.directory.server.core.schema that return SyntaxRegistry
 SyntaxRegistry GlobalRegistries.getSyntaxRegistry()
           
 SyntaxRegistry Registries.getSyntaxRegistry()
           
 

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

Classes in org.apache.directory.server.core.schema.bootstrap that implement SyntaxRegistry
 class BootstrapSyntaxRegistry
          A SyntaxRegistry service available during server startup when other resources like a syntax backing store is unavailable.
 

Methods in org.apache.directory.server.core.schema.bootstrap that return SyntaxRegistry
 SyntaxRegistry BootstrapRegistries.getSyntaxRegistry()