Uses of Interface
org.jboss.dna.jcr.JcrConfiguration.RepositoryDefinition

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

Uses of JcrConfiguration.RepositoryDefinition in org.jboss.dna.jcr
 

Methods in org.jboss.dna.jcr that return JcrConfiguration.RepositoryDefinition
 JcrConfiguration.RepositoryDefinition<ReturnType> JcrConfiguration.RepositoryDefinition.addNodeTypes(File cndFile)
          Specify that the CND file is to be loaded into the repository.
 JcrConfiguration.RepositoryDefinition<ReturnType> JcrConfiguration.RepositoryDefinition.addNodeTypes(InputStream cndContent)
          Specify that the CND file is to be loaded into the repository.
 JcrConfiguration.RepositoryDefinition<ReturnType> JcrConfiguration.RepositoryDefinition.addNodeTypes(String pathToCndFile)
          Specify that the CND file located at the supplied path should be loaded into the repository.
 JcrConfiguration.RepositoryDefinition<ReturnType> JcrConfiguration.RepositoryDefinition.addNodeTypes(URL urlOfCndFile)
          Specify that the CND file is to be loaded into the repository.
 JcrConfiguration.RepositoryDefinition<ReturnType> JcrConfiguration.RepositoryDefinition.registerNamespace(String prefix, String uri)
          Specify the namespace binding that should be made available in this repository.
 JcrConfiguration.RepositoryDefinition<JcrConfiguration> JcrConfiguration.repository(String name)
          Obtain or create a definition for the JCR Repository with the supplied name or identifier.
 JcrConfiguration.RepositoryDefinition<ReturnType> JcrConfiguration.RepositoryDefinition.setOption(JcrRepository.Option option, boolean value)
          Specify the repository option that is to be set.
 JcrConfiguration.RepositoryDefinition<ReturnType> JcrConfiguration.RepositoryDefinition.setOption(JcrRepository.Option option, double value)
          Specify the repository option that is to be set.
 JcrConfiguration.RepositoryDefinition<ReturnType> JcrConfiguration.RepositoryDefinition.setOption(JcrRepository.Option option, float value)
          Specify the repository option that is to be set.
 JcrConfiguration.RepositoryDefinition<ReturnType> JcrConfiguration.RepositoryDefinition.setOption(JcrRepository.Option option, int value)
          Specify the repository option that is to be set.
 JcrConfiguration.RepositoryDefinition<ReturnType> JcrConfiguration.RepositoryDefinition.setOption(JcrRepository.Option option, long value)
          Specify the repository option that is to be set.
 JcrConfiguration.RepositoryDefinition<ReturnType> JcrConfiguration.RepositoryDefinition.setOption(JcrRepository.Option option, String value)
          Specify the repository option that is to be set.
 JcrConfiguration.RepositoryDefinition<ReturnType> JcrConfiguration.RepositoryDefinition.setSource(String sourceName)
          Specify the name of the repository source that is to be used by this JCR repository.
 

Methods in org.jboss.dna.jcr that return types with arguments of type JcrConfiguration.RepositoryDefinition
 Set<JcrConfiguration.RepositoryDefinition<JcrConfiguration>> JcrConfiguration.repositories()
          Get the list of sequencer definitions.
 



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