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 str) |
Modifier and Type | Method and Description |
---|---|
Set<GAV> |
TychoRepositoryIndex.getProjectGAVs()
Receive the set of GAVs contained in this index
|
Set<GAV> |
DefaultTychoRepositoryIndex.getProjectGAVs() |
protected Set<GAV> |
DefaultTychoRepositoryIndex.read(InputStream inStream) |
Modifier and Type | Method and Description |
---|---|
void |
TychoRepositoryIndex.addGav(GAV gav)
Adds a GAV to the index
|
void |
DefaultTychoRepositoryIndex.addGav(GAV gav) |
File |
LocalRepositoryReader.getLocalArtifactLocation(GAV gav,
String classifier,
String extension) |
File |
RepositoryReader.getLocalArtifactLocation(GAV gav,
String classifier,
String extension)
Returns the permanent, local file system location of the identified artifact.
|
static String |
RepositoryLayoutHelper.getRelativePath(GAV gav,
String classifier,
String extension) |
void |
TychoRepositoryIndex.removeGav(GAV gav)
Remove a GAV from the index.
|
void |
DefaultTychoRepositoryIndex.removeGav(GAV gav) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultTychoRepositoryIndex.setGavs(Set<GAV> content) |
Constructor and Description |
---|
MavenRepositoryCoordinates(GAV gav,
String classifier,
String extension) |
Constructor and Description |
---|
DefaultTychoRepositoryIndex(Set<GAV> initialContent) |
Modifier and Type | Method and Description |
---|---|
void |
LocalMetadataRepository.addInstallableUnit(org.eclipse.equinox.p2.metadata.IInstallableUnit unit,
GAV gav) |
Modifier and Type | Method and Description |
---|---|
void |
FileBasedTychoRepositoryIndex.addGav(GAV gav) |
void |
FileBasedTychoRepositoryIndex.removeGav(GAV gav) |
Copyright © 2008-2016 Eclipse Foundation. All Rights Reserved.