| Package | Description |
|---|---|
| org.guvnor.ala.registry | |
| org.guvnor.ala.source |
| Modifier and Type | Method and Description |
|---|---|
Repository |
SourceRegistry.getRepositoryById(String repositoryId) |
Repository |
SourceRegistry.getRepositoryByPath(org.uberfire.java.nio.file.Path location) |
| Modifier and Type | Method and Description |
|---|---|
List<Repository> |
SourceRegistry.getAllRepositories() |
| Modifier and Type | Method and Description |
|---|---|
List<Project> |
SourceRegistry.getAllProjects(Repository repo) |
org.uberfire.java.nio.file.Path |
SourceRegistry.getRepositoryPath(Repository repo) |
void |
SourceRegistry.registerProject(Repository repo,
Project project) |
void |
SourceRegistry.registerRepositorySources(org.uberfire.java.nio.file.Path path,
Repository repo) |
void |
SourceRegistry.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–2017 JBoss by Red Hat. All rights reserved.