ModeShape Distribution 3.0.0.Beta4

Uses of Interface
org.modeshape.jcr.Environment

Packages that use Environment
org.modeshape.jboss.service   
org.modeshape.jcr   
org.modeshape.jcr.mimetype This package defines an interface for the MIME type detector, which represents a component that is able to determine the MIME type for a stream of data and/or the name of the file containing the data. 
 

Uses of Environment in org.modeshape.jboss.service
 

Classes in org.modeshape.jboss.service that implement Environment
 class RepositoryService
          A RepositoryService instance is the service responsible for initializing a JcrRepository in the ModeShape engine using the information from the configuration.
 

Uses of Environment in org.modeshape.jcr
 

Classes in org.modeshape.jcr that implement Environment
 class LocalEnvironment
           
 

Methods in org.modeshape.jcr that return Environment
protected  Environment RepositoryConfiguration.environment()
           
 

Methods in org.modeshape.jcr with parameters of type Environment
 RepositoryConfiguration RepositoryConfiguration.with(Environment environment)
          Create a copy of this configuration that uses the supplied Infinispan CacheContainer instance.
 

Constructors in org.modeshape.jcr with parameters of type Environment
RepositoryConfiguration(Document document, String documentName, Environment environment)
           
RepositoryConfiguration(String name, Environment environment)
           
 

Uses of Environment in org.modeshape.jcr.mimetype
 

Constructors in org.modeshape.jcr.mimetype with parameters of type Environment
MimeTypeDetectors(Environment environment)
           
 


ModeShape Distribution 3.0.0.Beta4

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