org.modeshape.jcr
Class RepositoryConfiguration.Federation
java.lang.Object
org.modeshape.jcr.RepositoryConfiguration.Federation
- Enclosing class:
- RepositoryConfiguration
@Immutable
public class RepositoryConfiguration.Federation
- extends Object
The federation-related configuration information.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepositoryConfiguration.Federation
protected RepositoryConfiguration.Federation(Document federation)
getConnectors
public List<RepositoryConfiguration.Component> getConnectors()
- Get the list of connector configurations.
- Returns:
- the immutable list of connectors; never null but possibly empty
getProjectionsByWorkspace
public Map<String,List<RepositoryConfiguration.ProjectionConfiguration>> getProjectionsByWorkspace()
- Returns the [workspaceName, list(projections)] of projections configured for each workspace.
- Returns:
- a
Map
instance, never null.
Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.