Uses of Class
org.modeshape.repository.ModeShapeConfiguration.ConfigurationDefinition

Packages that use ModeShapeConfiguration.ConfigurationDefinition
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.ConfigurationDefinition in org.modeshape.repository
 

Fields in org.modeshape.repository declared as ModeShapeConfiguration.ConfigurationDefinition
protected  ModeShapeConfiguration.ConfigurationDefinition ModeShapeEngine.configuration
           
 

Methods in org.modeshape.repository that return ModeShapeConfiguration.ConfigurationDefinition
 ModeShapeConfiguration.ConfigurationDefinition ModeShapeConfiguration.getConfigurationDefinition()
          Get the immutable representation of the information defining where the configuration content can be found.
 ModeShapeConfiguration.ConfigurationDefinition ModeShapeConfiguration.ConfigurationDefinition.with(ClassLoaderFactory classLoaderFactory)
          Return a copy of this configuration that uses the supplied class loader factory instead of this object's class loader factory.
 ModeShapeConfiguration.ConfigurationDefinition ModeShapeConfiguration.ConfigurationDefinition.with(Path path)
          Return a copy of this configuration that uses the supplied path instead of this object's path.
 ModeShapeConfiguration.ConfigurationDefinition ModeShapeConfiguration.ConfigurationDefinition.with(RepositorySource source)
          Return a copy of this configuration that uses the supplied repository source instead of this object's repository source.
 ModeShapeConfiguration.ConfigurationDefinition ModeShapeConfiguration.ConfigurationDefinition.with(String name)
          Return a copy of this configuration that uses the supplied name instead of this object's path.
 ModeShapeConfiguration.ConfigurationDefinition ModeShapeConfiguration.ConfigurationDefinition.withWorkspace(String workspace)
          Return a copy of this configuration that uses the supplied workspace name instead of this object's workspace.
 

Methods in org.modeshape.repository with parameters of type ModeShapeConfiguration.ConfigurationDefinition
protected  ModeShapeEngine.ConfigurationScanner ModeShapeEngine.newConfigurationScanner(Problems problems, ExecutionContext context, ModeShapeConfiguration.ConfigurationDefinition configuration)
           
 

Constructors in org.modeshape.repository with parameters of type ModeShapeConfiguration.ConfigurationDefinition
ModeShapeEngine.ConfigurationScanner(Problems problems, ExecutionContext context, ModeShapeConfiguration.ConfigurationDefinition configurationRepository)
           
ModeShapeEngine(ExecutionContext context, ModeShapeConfiguration.ConfigurationDefinition configuration)
           
 



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