@Immutable public class RepositoryConfiguration.Federation extends Object
Modifier | Constructor and Description |
---|---|
protected |
Federation(Document federation) |
Modifier and Type | Method and Description |
---|---|
List<RepositoryConfiguration.Component> |
getConnectors(Problems problems)
Get the list of connector configurations.
|
Set<String> |
getExternalSources()
Returns converged names of all configured external sources.
|
Map<String,List<RepositoryConfiguration.ProjectionConfiguration>> |
getProjectionsByWorkspace()
Returns the [workspaceName, list(projections)] of projections configured for each workspace.
|
protected Federation(Document federation)
public List<RepositoryConfiguration.Component> getConnectors(Problems problems)
problems
- the container with which should be recorded any problems during component initializationpublic Set<String> getExternalSources()
Set
instance or null if there is not any external
source.public Map<String,List<RepositoryConfiguration.ProjectionConfiguration>> getProjectionsByWorkspace()
Map
instance, never null.Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.