Modifier and Type | Field and Description |
---|---|
protected java.util.Map<GAV,java.util.Set<org.eclipse.equinox.p2.metadata.IInstallableUnit>> |
AbstractMavenMetadataRepository.unitsMap |
Modifier and Type | Method and Description |
---|---|
java.util.Map<GAV,java.util.Set<org.eclipse.equinox.p2.metadata.IInstallableUnit>> |
AbstractMavenMetadataRepository.getGAVs()
For testing purposes only
|
Modifier and Type | Field and Description |
---|---|
private GAV |
MavenRepositoryCoordinates.gav |
Modifier and Type | Method and Description |
---|---|
GAV |
MavenRepositoryCoordinates.getGav() |
static GAV |
RepositoryLayoutHelper.getGAV(java.util.Map properties) |
static GAV |
RepositoryLayoutHelper.getGAV(java.lang.String groupId,
java.lang.String artifactId,
java.lang.String version) |
static GAV |
RepositoryLayoutHelper.getP2Gav(java.lang.String classifier,
java.lang.String id,
java.lang.String version) |
static GAV |
GAV.parse(java.lang.String line)
Parse a line in the form "g:a:v"
|
Modifier and Type | Method and Description |
---|---|
java.util.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
|
java.io.File |
LocalRepositoryReader.getLocalArtifactLocation(GAV gav,
java.lang.String classifier,
java.lang.String extension) |
java.io.File |
RepositoryReader.getLocalArtifactLocation(GAV gav,
java.lang.String classifier,
java.lang.String extension)
Returns the permanent, local file system location of the identified artifact.
|
static java.lang.String |
RepositoryLayoutHelper.getRelativePath(GAV gav,
java.lang.String classifier,
java.lang.String extension) |
void |
TychoRepositoryIndex.removeGav(GAV gav)
Remove a GAV from the index.
|
Constructor and Description |
---|
MavenRepositoryCoordinates(GAV gav,
java.lang.String classifier,
java.lang.String extension) |
Modifier and Type | Method and Description |
---|---|
private void |
UpdateLocalIndexMojo.addGavAndSave(GAV gav,
TychoRepositoryIndex index) |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<GAV> |
LocalMetadataRepository.changedGAVs |
Modifier and Type | Method and Description |
---|---|
void |
LocalMetadataRepository.addInstallableUnit(org.eclipse.equinox.p2.metadata.IInstallableUnit unit,
GAV gav) |
private java.lang.String |
LocalArtifactRepository.getMetadataRelpath(GAV gav) |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<GAV> |
FileBasedTychoRepositoryIndex.addedGavs |
private java.util.Set<GAV> |
FileBasedTychoRepositoryIndex.gavs |
private java.util.Set<GAV> |
FileBasedTychoRepositoryIndex.removedGavs |
Modifier and Type | Method and Description |
---|---|
java.util.Set<GAV> |
FileBasedTychoRepositoryIndex.getProjectGAVs() |
private java.util.Set<GAV> |
FileBasedTychoRepositoryIndex.read(java.io.InputStream inStream) |
Modifier and Type | Method and Description |
---|---|
void |
FileBasedTychoRepositoryIndex.addGav(GAV gav) |
void |
FileBasedTychoRepositoryIndex.removeGav(GAV gav) |
Modifier and Type | Field and Description |
---|---|
private static GAV |
ModuleArtifactRepository.DUMMY_GAV |
private GAV |
ModuleArtifactRepository.moduleGAV |
Modifier and Type | Method and Description |
---|---|
private boolean |
TargetPlatformMojo.enterProject(org.apache.maven.project.MavenProject project,
java.util.HashSet<GAV> consideredProjects) |
private void |
TargetPlatformMojo.getTransitivelyReferencedTychoProjects(java.util.Collection<org.apache.maven.project.MavenProject> candidateProjects,
java.util.HashSet<GAV> consideredProjects,
java.util.List<ReactorProjectIdentities> result) |