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. unitsMap
Methods 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 GAV
MavenRepositoryCoordinates. getGav()
static GAV
RepositoryLayoutHelper. getGAV(String groupId, String artifactId, String version)
static GAV
RepositoryLayoutHelper. getGAV(Map properties)
static GAV
RepositoryLayoutHelper. getP2Gav(String classifier, String id, String version)
static GAV
GAV. 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 void
TychoRepositoryIndex. addGav(GAV gav)
Adds a GAV to the indexFile
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.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 void
LocalMetadataRepository. 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 void
FileBasedTychoRepositoryIndex. addGav(GAV gav)
void
FileBasedTychoRepositoryIndex. removeGav(GAV gav)
-