Package | Description |
---|---|
org.modeshape.jcr |
Modifier and Type | Method and Description |
---|---|
List<RepositoryConfiguration.Component> |
RepositoryConfiguration.Federation.getConnectors(Problems problems)
Get the list of connector configurations.
|
protected List<RepositoryConfiguration.Component> |
RepositoryConfiguration.Security.getCustomProviders()
Get the ordered list of custom authentication providers.
|
protected List<RepositoryConfiguration.Component> |
RepositoryConfiguration.Security.getCustomProviders(Problems problems) |
List<RepositoryConfiguration.Component> |
RepositoryConfiguration.getIndexProviders()
Get the ordered list of index providers defined in the configuration.
|
List<RepositoryConfiguration.Component> |
RepositoryConfiguration.Sequencing.getSequencers()
Get the ordered list of sequencers.
|
protected List<RepositoryConfiguration.Component> |
RepositoryConfiguration.Sequencing.getSequencers(Problems problems) |
protected List<RepositoryConfiguration.Component> |
RepositoryConfiguration.TextExtraction.getTextExtractors(Problems problems)
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) |
Modifier and Type | Method and Description |
---|---|
protected Connector |
Connectors.instantiateConnector(RepositoryConfiguration.Component component) |
Constructor and Description |
---|
Connectors(JcrRepository.RunningState repository,
Collection<RepositoryConfiguration.Component> components,
Set<String> externalSources,
Map<String,List<RepositoryConfiguration.ProjectionConfiguration>> preconfiguredProjections) |
Snapshot(Collection<RepositoryConfiguration.Component> components,
Set<String> externalSources,
Map<String,List<RepositoryConfiguration.ProjectionConfiguration>> preconfiguredProjections) |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.