ModeShape Distribution 3.5.0.Final

org.modeshape.jcr
Class RepositoryConfiguration.Federation

java.lang.Object
  extended by org.modeshape.jcr.RepositoryConfiguration.Federation
Enclosing class:
RepositoryConfiguration

@Immutable
public class RepositoryConfiguration.Federation
extends Object

The federation-related configuration information.


Constructor Summary
protected RepositoryConfiguration.Federation(Document federation)
           
 
Method Summary
 List<RepositoryConfiguration.Component> getConnectors()
          Get the list of connector configurations.
 Map<String,List<RepositoryConfiguration.ProjectionConfiguration>> getProjectionsByWorkspace()
          Returns the [workspaceName, list(projections)] of projections configured for each workspace.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryConfiguration.Federation

protected RepositoryConfiguration.Federation(Document federation)
Method Detail

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.

ModeShape Distribution 3.5.0.Final

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