Package | Description |
---|---|
org.guvnor.ala.registry | |
org.guvnor.ala.registry.inmemory | |
org.guvnor.ala.source |
Modifier and Type | Method and Description |
---|---|
List<Repository> |
SourceRegistry.getAllRepositories()
Get All the registered repositories
|
Modifier and Type | Method and Description |
---|---|
List<Project> |
SourceRegistry.getAllProjects(Repository repo)
Get All the registered projects for a given repository
|
void |
SourceRegistry.registerRepositorySources(org.uberfire.java.nio.file.Path path,
Repository repo)
Register a repository containing source code projects.
|
void |
SourceRegistry.registerSource(Repository repo,
Source source)
Register a Source code from a Repository
|
Modifier and Type | Method and Description |
---|---|
List<Repository> |
InMemorySourceRegistry.getAllRepositories() |
Modifier and Type | Method and Description |
---|---|
List<Project> |
InMemorySourceRegistry.getAllProjects(Repository repository) |
void |
InMemorySourceRegistry.registerRepositorySources(org.uberfire.java.nio.file.Path path,
Repository repo) |
void |
InMemorySourceRegistry.registerSource(Repository repo,
Source source) |
Modifier and Type | Method and Description |
---|---|
Repository |
Host.getRepository(C credential,
String repositoryId,
Map<String,String> config) |
Repository |
Host.getRepository(String id) |
Repository |
Host.getRepository(String id,
Map<String,String> config) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.