Package | Description |
---|---|
aQute.bnd.build | |
aQute.bnd.differ | |
aQute.bnd.main | |
aQute.bnd.maven | |
aQute.bnd.maven.support | |
aQute.bnd.service | |
aQute.bnd.service.repository | |
aQute.lib.deployer |
Modifier and Type | Class and Description |
---|---|
(package private) class |
Workspace.CachedFileRepo |
class |
WorkspaceRepository |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<RepositoryPlugin> |
Workspace.WorkspaceData.repositories |
Modifier and Type | Method and Description |
---|---|
private RepositoryPlugin |
ProjectBuilder.getBaselineRepo() |
private RepositoryPlugin |
ProjectBuilder.getReleaseRepo() |
RepositoryPlugin |
Workspace.getRepository(java.lang.String repo) |
Modifier and Type | Method and Description |
---|---|
private java.util.List<RepositoryPlugin> |
Project.getReleaseRepos(java.lang.String names) |
java.util.List<RepositoryPlugin> |
Workspace.getRepositories() |
Modifier and Type | Method and 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
|
private void |
Project.install(java.io.File f,
RepositoryPlugin repo,
Attrs value) |
(package private) boolean |
Project.RepoFilter.match(RepositoryPlugin repo) |
Messages.ERROR |
ProjectMessages.Release_Into_Exception_(java.lang.String jar,
RepositoryPlugin rp,
java.lang.Exception e) |
private java.net.URI |
Project.releaseRepo(RepositoryPlugin releaseRepo,
java.lang.String jarName,
java.io.InputStream jarStream) |
private java.util.SortedSet<Version> |
ProjectBuilder.removeStagedAndFilter(java.util.SortedSet<Version> versions,
RepositoryPlugin repo,
java.lang.String bsn)
Remove any staging versions that have a variant with a higher qualifier.
|
Modifier and Type | Method and Description |
---|---|
Messages.ERROR |
ProjectMessages.FoundVersions_ForStrategy_ButNoProvider(java.util.SortedMap<Version,RepositoryPlugin> versions,
Strategy useStrategy) |
Messages.ERROR |
ProjectMessages.ReleaseRepository_NotFoundIn_(java.lang.String name,
java.util.List<RepositoryPlugin> plugins) |
Modifier and Type | Method and Description |
---|---|
static Element |
RepositoryElement.getTree(RepositoryPlugin repo) |
Modifier and Type | Field and Description |
---|---|
(package private) RepositoryPlugin |
RepoCommand.writable |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<RepositoryPlugin> |
RepoCommand.repos |
Modifier and Type | Method and Description |
---|---|
private RepositoryPlugin |
RepoCommand.findRepo(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
private DownloadBlocker |
RepoCommand.findMatchingVersion(RepositoryPlugin dest,
java.lang.String bsn,
Version version) |
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,
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 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 |