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. unitsMapMethods 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 GAVMavenRepositoryCoordinates. gavMethods in org.eclipse.tycho.p2.repository that return GAV Modifier and Type Method Description GAVMavenRepositoryCoordinates. getGav()static GAVRepositoryLayoutHelper. getGAV(java.lang.String groupId, java.lang.String artifactId, java.lang.String version)static GAVRepositoryLayoutHelper. getGAV(java.util.Map properties)static GAVRepositoryLayoutHelper. getP2Gav(java.lang.String classifier, java.lang.String id, java.lang.String version)static GAVGAV. 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 voidTychoRepositoryIndex. addGav(GAV gav)Adds a GAV to the indexjava.io.FileLocalRepositoryReader. getLocalArtifactLocation(GAV gav, java.lang.String classifier, java.lang.String extension)java.io.FileRepositoryReader. 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.StringRepositoryLayoutHelper. getRelativePath(GAV gav, java.lang.String classifier, java.lang.String extension)voidTychoRepositoryIndex. 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 voidUpdateLocalIndexMojo. 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. changedGAVsMethods in org.eclipse.tycho.repository.local with parameters of type GAV Modifier and Type Method Description voidLocalMetadataRepository. addInstallableUnit(org.eclipse.equinox.p2.metadata.IInstallableUnit unit, GAV gav)private java.lang.StringLocalArtifactRepository. 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. addedGavsprivate java.util.Set<GAV>FileBasedTychoRepositoryIndex. gavsprivate java.util.Set<GAV>FileBasedTychoRepositoryIndex. removedGavsMethods 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 voidFileBasedTychoRepositoryIndex. addGav(GAV gav)voidFileBasedTychoRepositoryIndex. 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 GAVModuleArtifactRepository. DUMMY_GAVprivate GAVModuleArtifactRepository. moduleGAV -
Uses of GAV in org.eclipse.tycho.target
Method parameters in org.eclipse.tycho.target with type arguments of type GAV Modifier and Type Method Description private booleanTargetPlatformMojo. enterProject(org.apache.maven.project.MavenProject project, java.util.HashSet<GAV> consideredProjects)private voidTargetPlatformMojo. getTransitivelyReferencedTychoProjects(java.util.Collection<org.apache.maven.project.MavenProject> candidateProjects, java.util.HashSet<GAV> consideredProjects, java.util.List<ReactorProjectIdentities> result)
-