Uses of Class
org.eclipse.tycho.p2.repository.GAV
-
-
Uses of GAV in org.eclipse.tycho.p2.maven.repository
Fields in org.eclipse.tycho.p2.maven.repository with type parameters of type GAV Modifier and Type Field Description protected java.util.Map<GAV,java.util.Set<org.eclipse.equinox.p2.metadata.IInstallableUnit>>
AbstractMavenMetadataRepository. unitsMap
Methods in org.eclipse.tycho.p2.maven.repository that return types with arguments of type GAV Modifier and Type Method Description java.util.Map<GAV,java.util.Set<org.eclipse.equinox.p2.metadata.IInstallableUnit>>
AbstractMavenMetadataRepository. getGAVs()
For testing purposes only -
Uses of GAV in org.eclipse.tycho.p2.repository
Fields in org.eclipse.tycho.p2.repository declared as GAV Modifier and Type Field Description private GAV
MavenRepositoryCoordinates. gav
Methods in org.eclipse.tycho.p2.repository that return GAV Modifier and Type Method Description GAV
MavenRepositoryCoordinates. getGav()
static GAV
RepositoryLayoutHelper. getGAV(java.lang.String groupId, java.lang.String artifactId, java.lang.String version)
static GAV
RepositoryLayoutHelper. getGAV(java.util.Map<?,?> properties)
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"Methods in org.eclipse.tycho.p2.repository that return types with arguments of type GAV Modifier and Type Method Description java.util.Set<GAV>
TychoRepositoryIndex. getProjectGAVs()
Receive the set of GAVs contained in this indexMethods in org.eclipse.tycho.p2.repository with parameters of type GAV Modifier and Type Method Description void
TychoRepositoryIndex. addGav(GAV gav)
Adds a GAV to the indexjava.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.Constructors in org.eclipse.tycho.p2.repository with parameters of type GAV Constructor Description MavenRepositoryCoordinates(GAV gav, java.lang.String classifier, java.lang.String extension)
-
Uses of GAV in org.eclipse.tycho.plugins.p2
Methods in org.eclipse.tycho.plugins.p2 with parameters of type GAV Modifier and Type Method Description private void
UpdateLocalIndexMojo. addGavAndSave(GAV gav, TychoRepositoryIndex index)
-
Uses of GAV in org.eclipse.tycho.repository.local
Fields in org.eclipse.tycho.repository.local with type parameters of type GAV Modifier and Type Field Description private java.util.Set<GAV>
LocalMetadataRepository. changedGAVs
Methods in org.eclipse.tycho.repository.local with parameters of type GAV Modifier and Type Method Description void
LocalMetadataRepository. addInstallableUnit(org.eclipse.equinox.p2.metadata.IInstallableUnit unit, GAV gav)
private java.lang.String
LocalArtifactRepository. getMetadataRelpath(GAV gav)
-
Uses of GAV in org.eclipse.tycho.repository.local.index
Fields in org.eclipse.tycho.repository.local.index with type parameters of type GAV Modifier and Type Field Description private java.util.Set<GAV>
FileBasedTychoRepositoryIndex. addedGavs
private java.util.Set<GAV>
FileBasedTychoRepositoryIndex. gavs
private java.util.Set<GAV>
FileBasedTychoRepositoryIndex. removedGavs
Methods in org.eclipse.tycho.repository.local.index that return types with arguments of type GAV Modifier and Type Method Description java.util.Set<GAV>
FileBasedTychoRepositoryIndex. getProjectGAVs()
private java.util.Set<GAV>
FileBasedTychoRepositoryIndex. read(java.io.InputStream inStream)
Methods in org.eclipse.tycho.repository.local.index with parameters of type GAV Modifier and Type Method Description void
FileBasedTychoRepositoryIndex. addGav(GAV gav)
void
FileBasedTychoRepositoryIndex. removeGav(GAV gav)
-
Uses of GAV in org.eclipse.tycho.repository.module
Fields in org.eclipse.tycho.repository.module declared as GAV Modifier and Type Field Description private static GAV
ModuleArtifactRepository. DUMMY_GAV
private GAV
ModuleArtifactRepository. moduleGAV
-
Uses of GAV in org.eclipse.tycho.target
Fields in org.eclipse.tycho.target declared as GAV Modifier and Type Field Description private GAV[]
TargetPlatformConfigurationMojo. target
List of .target artifacts to use for dependency resolution.
⚠️ Children element must use<artifact>
as tag nameMethod parameters in org.eclipse.tycho.target with type arguments of type GAV Modifier and Type Method 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)
-