Uses of Class
org.jboss.dna.jcr.JcrRepository.Option

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

Uses of JcrRepository.Option in org.jboss.dna.jcr
 

Methods in org.jboss.dna.jcr that return JcrRepository.Option
static JcrRepository.Option JcrRepository.Option.findOption(String option)
          Determine the option given the option name.
static JcrRepository.Option JcrRepository.Option.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JcrRepository.Option[] JcrRepository.Option.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.dna.jcr that return types with arguments of type JcrRepository.Option
 Map<JcrRepository.Option,String> JcrRepository.getOptions()
          Get the options as configured for this repository.
 

Methods in org.jboss.dna.jcr with parameters of type JcrRepository.Option
 String JcrConfiguration.RepositoryDefinition.getOption(JcrRepository.Option option)
          Get the value for the repository option.
 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.
 



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