ModeShape Distribution 3.2.0.Final

Uses of Class
org.modeshape.jcr.RepositoryConfiguration.Component

Packages that use RepositoryConfiguration.Component
org.modeshape.jcr   
 

Uses of RepositoryConfiguration.Component in org.modeshape.jcr
 

Methods in org.modeshape.jcr that return types with arguments of type RepositoryConfiguration.Component
 List<RepositoryConfiguration.Component> RepositoryConfiguration.Federation.getConnectors()
          Get the list of connector configurations.
 List<RepositoryConfiguration.Component> RepositoryConfiguration.Security.getCustomProviders()
          Get the ordered list of custom authentication providers.
 List<RepositoryConfiguration.Component> RepositoryConfiguration.Sequencing.getSequencers()
          Get the ordered list of sequencers.
 List<RepositoryConfiguration.Component> RepositoryConfiguration.TextExtracting.getTextExtractors()
          Get the ordered list of text extractors.
protected  List<RepositoryConfiguration.Component> RepositoryConfiguration.readComponents(Document doc, String fieldName, String aliasFieldName, Map<String,String> classnamesByAlias, Problems problems)
           
 

Methods in org.modeshape.jcr with parameters of type RepositoryConfiguration.Component
 void Connectors.addConnector(RepositoryConfiguration.Component component)
          Add a new connector by supplying the component definition.
protected  Connector Connectors.instantiateConnector(RepositoryConfiguration.Component component)
           
 

Constructor parameters in org.modeshape.jcr with type arguments of type RepositoryConfiguration.Component
Connectors(JcrRepository.RunningState repository, Collection<RepositoryConfiguration.Component> components, Map<String,List<RepositoryConfiguration.ProjectionConfiguration>> preconfiguredProjections)
           
Sequencers(JcrRepository.RunningState repository, Collection<RepositoryConfiguration.Component> components, Iterable<String> workspaceNames, Sequencers.WorkQueue workQueue)
           
 


ModeShape Distribution 3.2.0.Final

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