Uses of Class
org.modeshape.common.annotation.ReadOnly

Packages that use ReadOnly
org.modeshape.connector.svn The classes that make up the connector that accesses content from an SVN repository. 
org.modeshape.graph.connector.inmemory The In-Memory Connector represents a connector that maintains a graph in transient in-process memory. 
org.modeshape.graph.connector.xmlfile The XML File connector is a connector that maintains a graph in transient in-process memory, where the graph is loaded initially from an XML file. 
 

Uses of ReadOnly in org.modeshape.connector.svn
 

Methods in org.modeshape.connector.svn with annotations of type ReadOnly
 boolean SvnRepositorySource.getSupportsUpdates()
          Get whether this source supports updates.
 

Uses of ReadOnly in org.modeshape.graph.connector.inmemory
 

Methods in org.modeshape.graph.connector.inmemory with annotations of type ReadOnly
 boolean InMemoryRepositorySource.areUpdatesAllowed()
           
 boolean InMemoryRepositorySource.isCreatingWorkspacesAllowed()
           
 

Uses of ReadOnly in org.modeshape.graph.connector.xmlfile
 

Methods in org.modeshape.graph.connector.xmlfile with annotations of type ReadOnly
 boolean XmlFileRepositorySource.areUpdatesAllowed()
           
 



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