Uses of Interface
org.modeshape.repository.ModeShapeConfiguration.SetDescription

Packages that use ModeShapeConfiguration.SetDescription
org.modeshape.jcr The ModeShape implementation of the JCR API. 
org.modeshape.repository The components and services that make up ModeShape's lower-level graph engine, which is used within its JCR Engine. 
 

Uses of ModeShapeConfiguration.SetDescription in org.modeshape.jcr
 

Subinterfaces of ModeShapeConfiguration.SetDescription in org.modeshape.jcr
static interface JcrConfiguration.RepositoryDefinition<ReturnType>
          Interface used to define a JCR Repository that's accessible from the JcrEngine.
 

Classes in org.modeshape.jcr that implement ModeShapeConfiguration.SetDescription
protected  class JcrConfiguration.RepositoryBuilder<ReturnType>
           
 

Uses of ModeShapeConfiguration.SetDescription in org.modeshape.repository
 

Subinterfaces of ModeShapeConfiguration.SetDescription in org.modeshape.repository
static interface ModeShapeConfiguration.MimeTypeDetectorDefinition<ReturnType>
          Interface used to set up and define a MIME type detector instance.
static interface ModeShapeConfiguration.RepositorySourceDefinition<ReturnType>
          Interface used to set up and define a RepositorySource instance.
static interface ModeShapeConfiguration.SequencerDefinition<ReturnType>
          Interface used to set up and define a sequencer instance.
 

Classes in org.modeshape.repository that implement ModeShapeConfiguration.SetDescription
protected static class ModeShapeConfiguration.GraphComponentBuilder<ReturnType,ThisType,ComponentType>
          Base class for ModeShapeConfiguration.Returnable types that work on a node in the graph.
protected static class ModeShapeConfiguration.GraphReturnable<ReturnType,ThisType>
          Base class for ModeShapeConfiguration.Returnable types that work on a node in the graph.
protected static class ModeShapeConfiguration.MimeTypeDetectorBuilder<ReturnType>
           
protected static class ModeShapeConfiguration.SequencerBuilder<ReturnType>
           
protected static class ModeShapeConfiguration.SourceBuilder<ReturnType>
           
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.