Uses of Class
org.modeshape.repository.ModeShapeConfiguration

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

Subclasses of ModeShapeConfiguration in org.modeshape.jcr
 class JcrConfiguration
          A configuration builder for a JcrEngine.
 

Uses of ModeShapeConfiguration in org.modeshape.repository
 

Methods in org.modeshape.repository with type parameters of type ModeShapeConfiguration
protected
<ReturnType extends ModeShapeConfiguration>
ModeShapeConfiguration.ClusterDefinition<ReturnType>
ModeShapeConfiguration.clusterDefinition(ReturnType returnObject)
          Utility method to construct a definition object for the clustering with the supplied name and return type.
protected
<ReturnType extends ModeShapeConfiguration>
ModeShapeConfiguration.MimeTypeDetectorDefinition<ReturnType>
ModeShapeConfiguration.mimeTypeDetectorDefinition(ReturnType returnObject, String name)
          Utility method to construct a definition object for the detector with the supplied name and return type.
protected
<ReturnType extends ModeShapeConfiguration>
ModeShapeConfiguration.RepositorySourceDefinition<ReturnType>
ModeShapeConfiguration.repositorySourceDefinition(ReturnType returnObject, String name)
          Utility method to construct a definition object for the repository source with the supplied name and return type.
protected
<ReturnType extends ModeShapeConfiguration>
ModeShapeConfiguration.SequencerDefinition<ReturnType>
ModeShapeConfiguration.sequencerDefinition(ReturnType returnObject, String name)
          Utility method to construct a definition object for the sequencer with the supplied name and return type.
 

Methods in org.modeshape.repository that return ModeShapeConfiguration
 ModeShapeConfiguration ModeShapeConfiguration.and()
          Convenience method to make the code that sets up this configuration easier to read.
 ModeShapeConfiguration ModeShapeConfiguration.loadFrom(File configurationFile)
          Load the configuration from a file.
 ModeShapeConfiguration ModeShapeConfiguration.loadFrom(File configurationFile, String path)
          Load the configuration from a file.
 ModeShapeConfiguration ModeShapeConfiguration.loadFrom(InputStream configurationFileInputStream)
          Load the configuration from a file at the supplied URL.
 ModeShapeConfiguration ModeShapeConfiguration.loadFrom(InputStream configurationFileInputStream, String path)
          Load the configuration from a file at the supplied URL.
 ModeShapeConfiguration ModeShapeConfiguration.loadFrom(RepositorySource source)
          Load the configuration from the repository content using the supplied repository source.
 ModeShapeConfiguration ModeShapeConfiguration.loadFrom(RepositorySource source, String workspaceName)
          Load the configuration from the repository content using the workspace in the supplied repository source.
 ModeShapeConfiguration ModeShapeConfiguration.loadFrom(RepositorySource source, String workspaceName, String pathInWorkspace)
          Load the configuration from the repository content at the supplied path in the workspace in the supplied repository source.
 ModeShapeConfiguration ModeShapeConfiguration.loadFrom(String pathToConfigurationFile)
          Load the configuration from a file at the given path.
 ModeShapeConfiguration ModeShapeConfiguration.loadFrom(String pathToConfigurationFile, String path)
          Load the configuration from a file at the given path.
 ModeShapeConfiguration ModeShapeConfiguration.loadFrom(URL urlToConfigurationFile)
          Load the configuration from a file at the supplied URL.
 ModeShapeConfiguration ModeShapeConfiguration.loadFrom(URL urlToConfigurationFile, String path)
          Load the configuration from a file at the supplied URL.
 ModeShapeConfiguration ModeShapeConfiguration.save()
          Persist any unsaved changes that have been made to this configuration.
 ModeShapeConfiguration ModeShapeConfiguration.withClassLoaderFactory(ClassLoaderFactory classLoaderFactory)
          Specify the ClassLoaderFactory that should be used to load the classes for the various components.
 ModeShapeConfiguration ModeShapeConfiguration.withName(String name)
          Set the name of this configuration.
 

Methods in org.modeshape.repository that return types with arguments of type ModeShapeConfiguration
 ModeShapeConfiguration.ClusterDefinition<? extends ModeShapeConfiguration> ModeShapeConfiguration.clustering()
          Obtain the definition for this engine's clustering.
 ModeShapeConfiguration.MimeTypeDetectorDefinition<? extends ModeShapeConfiguration> ModeShapeConfiguration.mimeTypeDetector(String name)
          Obtain or create a definition for the MIME type detector with the supplied name or identifier.
 Set<ModeShapeConfiguration.MimeTypeDetectorDefinition<? extends ModeShapeConfiguration>> ModeShapeConfiguration.mimeTypeDetectors()
          Get the list of MIME type detector definitions.
 ModeShapeConfiguration.RepositorySourceDefinition<? extends ModeShapeConfiguration> ModeShapeConfiguration.repositorySource(String name)
          Obtain or create a definition for the RepositorySource with the supplied name or identifier.
 Set<ModeShapeConfiguration.RepositorySourceDefinition<? extends ModeShapeConfiguration>> ModeShapeConfiguration.repositorySources()
          Get the list of repository source definitions.
 ModeShapeConfiguration.SequencerDefinition<? extends ModeShapeConfiguration> ModeShapeConfiguration.sequencer(String name)
          Obtain or create a definition for the sequencer with the supplied name or identifier.
 Set<ModeShapeConfiguration.SequencerDefinition<? extends ModeShapeConfiguration>> ModeShapeConfiguration.sequencers()
          Get the list of sequencer definitions.
 



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