org.jboss.dna.jcr
Class JcrRepository.DefaultOption

java.lang.Object
  extended by org.jboss.dna.jcr.JcrRepository.DefaultOption
Enclosing class:
JcrRepository

public static class JcrRepository.DefaultOption
extends Object

The default values for each of the JcrRepository.Option.


Field Summary
static String JAAS_LOGIN_CONFIG_NAME
          The default value for the JcrRepository.Option.JAAS_LOGIN_CONFIG_NAME option is "dna-jcr" .
static String PROJECT_NODE_TYPES
          The default value for the JcrRepository.Option.PROJECT_NODE_TYPES option is .
static String READ_DEPTH
          The default value for the JcrRepository.Option.READ_DEPTH option is "1" .
 
Constructor Summary
JcrRepository.DefaultOption()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROJECT_NODE_TYPES

public static final String PROJECT_NODE_TYPES
The default value for the JcrRepository.Option.PROJECT_NODE_TYPES option is .


JAAS_LOGIN_CONFIG_NAME

public static final String JAAS_LOGIN_CONFIG_NAME
The default value for the JcrRepository.Option.JAAS_LOGIN_CONFIG_NAME option is "dna-jcr" .

See Also:
Constant Field Values

READ_DEPTH

public static final String READ_DEPTH
The default value for the JcrRepository.Option.READ_DEPTH option is "1" .

See Also:
Constant Field Values
Constructor Detail

JcrRepository.DefaultOption

public JcrRepository.DefaultOption()


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