Package | Description |
---|---|
org.eclipse.tycho.p2.maven.repository | |
org.eclipse.tycho.p2.repository | |
org.eclipse.tycho.repository.local | |
org.eclipse.tycho.repository.local.index |
Modifier and Type | Field and Description |
---|---|
protected Map<GAV,Set<org.eclipse.equinox.p2.metadata.IInstallableUnit>> |
AbstractMavenMetadataRepository.unitsMap |
Modifier and Type | Method and Description |
---|---|
Map<GAV,Set<org.eclipse.equinox.p2.metadata.IInstallableUnit>> |
AbstractMavenMetadataRepository.getGAVs()
For testing purposes only
|
Modifier and Type | Method and Description |
---|---|
GAV |
MavenRepositoryCoordinates.getGav() |
static GAV |
RepositoryLayoutHelper.getGAV(Map properties) |
static GAV |
RepositoryLayoutHelper.getGAV(String groupId,
String artifactId,
String version) |
static GAV |
RepositoryLayoutHelper.getP2Gav(String classifier,
String id,
String version) |
static GAV |
GAV.parse(String line)
Parse a line in the form "g:a:v"
|
Modifier and Type | Method and Description |
---|---|
Set<GAV> |
TychoRepositoryIndex.getProjectGAVs()
Receive the set of GAVs contained in this index
|
Modifier and Type | Method and Description |
---|---|
void |
TychoRepositoryIndex.addGav(GAV gav)
Adds a GAV to the index
|
File |
RepositoryReader.getLocalArtifactLocation(GAV gav,
String classifier,
String extension)
Returns the permanent, local file system location of the identified artifact.
|
File |
LocalRepositoryReader.getLocalArtifactLocation(GAV gav,
String classifier,
String extension) |
static String |
RepositoryLayoutHelper.getRelativePath(GAV gav,
String classifier,
String extension) |
void |
TychoRepositoryIndex.removeGav(GAV gav)
Remove a GAV from the index.
|
Constructor and Description |
---|
MavenRepositoryCoordinates(GAV gav,
String classifier,
String extension) |
Modifier and Type | Method and Description |
---|---|
void |
LocalMetadataRepository.addInstallableUnit(org.eclipse.equinox.p2.metadata.IInstallableUnit unit,
GAV gav) |
Modifier and Type | Method and Description |
---|---|
Set<GAV> |
FileBasedTychoRepositoryIndex.getProjectGAVs() |
Modifier and Type | Method and Description |
---|---|
void |
FileBasedTychoRepositoryIndex.addGav(GAV gav) |
void |
FileBasedTychoRepositoryIndex.removeGav(GAV gav) |
Copyright © 2008–2016 Eclipse Foundation. All rights reserved.