|
ModeShape Distribution 3.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeshape.jcr.RepositoryConfiguration.Federation
@Immutable public class RepositoryConfiguration.Federation
The federation-related configuration information.
| Nested Class Summary | |
|---|---|
class |
RepositoryConfiguration.Federation.ProjectionConfiguration
Object representation of a projection configuration within an external source |
| Constructor Summary | |
|---|---|
protected |
RepositoryConfiguration.Federation(Document federation)
|
| Method Summary | |
|---|---|
List<RepositoryConfiguration.Component> |
getConnectors()
Get the list of connector configurations. |
Map<String,List<RepositoryConfiguration.Federation.ProjectionConfiguration>> |
getProjections()
Returns the [sourceName, list(projections)] configured for each source. |
protected void |
validateConnectors(Problems problems)
Validate the list of connector configurations. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected RepositoryConfiguration.Federation(Document federation)
| Method Detail |
|---|
public List<RepositoryConfiguration.Component> getConnectors()
public Map<String,List<RepositoryConfiguration.Federation.ProjectionConfiguration>> getProjections()
Map instance, never null.protected void validateConnectors(Problems problems)
problems - the container for problems reading the configuration information; may not be null
|
ModeShape Distribution 3.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||