@Immutable public class RepositoryConfiguration.Federation extends Object
Modifier | Constructor and Description |
---|---|
protected |
RepositoryConfiguration.Federation(Document federation) |
Modifier and Type | Method and Description |
---|---|
List<RepositoryConfiguration.Component> |
getConnectors(Problems problems)
Get the list of connector configurations.
|
Map<String,List<RepositoryConfiguration.ProjectionConfiguration>> |
getProjectionsByWorkspace()
Returns the [workspaceName, list(projections)] of projections configured for each workspace.
|
protected RepositoryConfiguration.Federation(Document federation)
public List<RepositoryConfiguration.Component> getConnectors(Problems problems)
problems
- the container with which should be recorded any problems during component initializationpublic Map<String,List<RepositoryConfiguration.ProjectionConfiguration>> getProjectionsByWorkspace()
Map
instance, never null.Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.