| 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 and Description |
|---|---|
class |
WorkspaceRepository |
| Modifier and Type | Method and Description |
|---|---|
RepositoryPlugin |
Workspace.getRepository(String repo) |
| Modifier and Type | Method and Description |
|---|---|
List<RepositoryPlugin> |
Workspace.getRepositories() |
| Modifier and Type | Method and Description |
|---|---|
void |
Project.copy(RepositoryPlugin source,
Instructions filter,
RepositoryPlugin destination) |
void |
Project.copy(RepositoryPlugin source,
String filter,
RepositoryPlugin destination)
Copy a repository to another repository
|
Messages.ERROR |
ProjectMessages.Release_Into_Exception_(String jar,
RepositoryPlugin rp,
Exception e) |
| Modifier and Type | Method and Description |
|---|---|
Messages.ERROR |
ProjectMessages.FoundVersions_ForStrategy_ButNoProvider(SortedMap<Version,RepositoryPlugin> versions,
Strategy useStrategy) |
Messages.ERROR |
ProjectMessages.ReleaseRepository_NotFoundIn_(String name,
List<RepositoryPlugin> plugins) |
| Modifier and Type | Method and Description |
|---|---|
static aQute.bnd.differ.Element |
RepositoryElement.getTree(RepositoryPlugin repo) |
| Modifier and Type | Class and Description |
|---|---|
class |
MavenRepository
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MavenRemoteRepository |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RemoteRepositoryPlugin |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryListenerPlugin.bundleAdded(RepositoryPlugin repository,
Jar jar,
File file)
Called when a bundle is added to a repository.
|
void |
RepositoryListenerPlugin.bundleRemoved(RepositoryPlugin repository,
Jar jar,
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 and Description |
|---|---|
interface |
InfoRepository
Can return a
SearchableRepository.ResourceDescriptor for a given bsn/version. |
| Modifier and Type | Class and Description |
|---|---|
class |
FileRepo
A FileRepo is the primary and example implementation of a repository based on
a file system.
|
class |
InfoFileRepo |
Copyright © 2019 aQute SARL. All rights reserved.