Uses of Class
org.jboss.dna.jcr.JcrConfiguration

Packages that use JcrConfiguration
org.jboss.dna.jcr The DNA implementation of the JCR API. 
 

Uses of JcrConfiguration in org.jboss.dna.jcr
 

Methods in org.jboss.dna.jcr that return JcrConfiguration
 JcrConfiguration JcrConfiguration.and()
          Convenience method to make the code that sets up this configuration easier to read.
 JcrConfiguration JcrConfiguration.loadFrom(File configurationFile)
          Load the configuration from a file.
 JcrConfiguration JcrConfiguration.loadFrom(File configurationFile, String path)
          Load the configuration from a file.
 JcrConfiguration JcrConfiguration.loadFrom(InputStream configurationFileInputStream)
          Load the configuration from a file at the supplied URL.
 JcrConfiguration JcrConfiguration.loadFrom(InputStream configurationFileInputStream, String path)
          Load the configuration from a file at the supplied URL.
 JcrConfiguration JcrConfiguration.loadFrom(RepositorySource source)
          Load the configuration from the repository content using the supplied repository source.
 JcrConfiguration JcrConfiguration.loadFrom(RepositorySource source, String workspaceName)
          Load the configuration from the repository content using the workspace in the supplied repository source.
 JcrConfiguration JcrConfiguration.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.
 JcrConfiguration JcrConfiguration.loadFrom(String pathToFile)
          Load the configuration from a file at the given path.
 JcrConfiguration JcrConfiguration.loadFrom(String pathToConfigurationFile, String path)
          Load the configuration from a file at the given path.
 JcrConfiguration JcrConfiguration.loadFrom(URL urlToConfigurationFile)
          Load the configuration from a file at the supplied URL.
 JcrConfiguration JcrConfiguration.loadFrom(URL urlToConfigurationFile, String path)
          Load the configuration from a file at the supplied URL.
 JcrConfiguration JcrConfiguration.save()
          Persist any unsaved changes that have been made to this configuration.
 JcrConfiguration JcrConfiguration.withClassLoaderFactory(ClassLoaderFactory classLoaderFactory)
          Specify the ClassLoaderFactory that should be used to load the classes for the various components.
 

Methods in org.jboss.dna.jcr that return types with arguments of type JcrConfiguration
 DnaConfiguration.MimeTypeDetectorDefinition<JcrConfiguration> JcrConfiguration.mimeTypeDetector(String name)
          Obtain or create a definition for the MIME type detector with the supplied name or identifier.
 Set<JcrConfiguration.RepositoryDefinition<JcrConfiguration>> JcrConfiguration.repositories()
          Get the list of sequencer definitions.
 JcrConfiguration.RepositoryDefinition<JcrConfiguration> JcrConfiguration.repository(String name)
          Obtain or create a definition for the JCR Repository with the supplied name or identifier.
 DnaConfiguration.RepositorySourceDefinition<JcrConfiguration> JcrConfiguration.repositorySource(String name)
          Obtain or create a definition for the RepositorySource with the supplied name or identifier.
 DnaConfiguration.SequencerDefinition<JcrConfiguration> JcrConfiguration.sequencer(String name)
          Obtain or create a definition for the sequencer with the supplied name or identifier.
 



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