| Package | Description |
|---|---|
| aQute.bnd.build | |
| aQute.bnd.differ | |
| aQute.bnd.maven | |
| aQute.bnd.maven.support | |
| aQute.bnd.service | |
| aQute.bnd.service.repository | |
| aQute.lib.deployer |
| Modifier and Type | Class | Description |
|---|---|---|
class |
WorkspaceRepository |
| Modifier and Type | Method | Description |
|---|---|---|
RepositoryPlugin |
Workspace.getRepository(java.lang.String repo) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<RepositoryPlugin> |
Workspace.getRepositories() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Project.copy(RepositoryPlugin source,
Instructions filter,
RepositoryPlugin destination) |
|
void |
Project.copy(RepositoryPlugin source,
java.lang.String filter,
RepositoryPlugin destination) |
Copy a repository to another repository
|
aQute.service.reporter.Messages.ERROR |
ProjectMessages.Release_Into_Exception_(java.lang.String jar,
RepositoryPlugin rp,
java.lang.Exception e) |
| Modifier and Type | Method | Description |
|---|---|---|
aQute.service.reporter.Messages.ERROR |
ProjectMessages.FoundVersions_ForStrategy_ButNoProvider(java.util.SortedMap<Version,RepositoryPlugin> versions,
Strategy useStrategy) |
|
aQute.service.reporter.Messages.ERROR |
ProjectMessages.ReleaseRepository_NotFoundIn_(java.lang.String name,
java.util.List<RepositoryPlugin> plugins) |
| Modifier and Type | Method | Description |
|---|---|---|
static aQute.bnd.differ.Element |
RepositoryElement.getTree(RepositoryPlugin repo) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
MavenRepository |
Deprecated.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
MavenRemoteRepository |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
RemoteRepositoryPlugin |
| Modifier and Type | Method | Description |
|---|---|---|
void |
RepositoryListenerPlugin.bundleAdded(RepositoryPlugin repository,
Jar jar,
java.io.File file) |
Called when a bundle is added to a repository.
|
void |
RepositoryListenerPlugin.bundleRemoved(RepositoryPlugin repository,
Jar jar,
java.io.File file) |
Called when a bundle removed from a repository.
|
void |
RepositoryListenerPlugin.repositoryRefreshed(RepositoryPlugin repository) |
Called when a large or unknown set of changes have occurred in the
repository.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
InfoRepository |
Can return a
SearchableRepository.ResourceDescriptor for a given bsn/version. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
FileRepo |
A FileRepo is the primary and example implementation of a repository based on
a file system.
|
class |
InfoFileRepo |