Uses of Class
org.eclipse.tycho.p2.repository.GAV
-
Packages that use GAV Package Description org.eclipse.tycho.p2.maven.repository org.eclipse.tycho.p2.repository org.eclipse.tycho.repository.local org.eclipse.tycho.repository.local.index -
-
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 Map<GAV,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 Map<GAV,Set<org.eclipse.equinox.p2.metadata.IInstallableUnit>>AbstractMavenMetadataRepository. getGAVs()For testing purposes only -
Uses of GAV in org.eclipse.tycho.p2.repository
Methods in org.eclipse.tycho.p2.repository that return GAV Modifier and Type Method Description GAVMavenRepositoryCoordinates. getGav()static GAVRepositoryLayoutHelper. getGAV(String groupId, String artifactId, String version)static GAVRepositoryLayoutHelper. getGAV(Map properties)static GAVRepositoryLayoutHelper. getP2Gav(String classifier, String id, String version)static GAVGAV. parse(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 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 indexFileLocalRepositoryReader. getLocalArtifactLocation(GAV gav, String classifier, String extension)FileRepositoryReader. getLocalArtifactLocation(GAV gav, String classifier, String extension)Returns the permanent, local file system location of the identified artifact.static StringRepositoryLayoutHelper. getRelativePath(GAV gav, String classifier, 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, String classifier, String extension) -
Uses of GAV in org.eclipse.tycho.repository.local
Methods 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) -
Uses of GAV in org.eclipse.tycho.repository.local.index
Methods in org.eclipse.tycho.repository.local.index that return types with arguments of type GAV Modifier and Type Method Description Set<GAV>FileBasedTychoRepositoryIndex. getProjectGAVs()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)
-