Uses of Class
org.sonatype.tycho.p2.repository.GAV

Packages that use GAV
org.sonatype.tycho.p2.facade.internal   
org.sonatype.tycho.p2.maven.repository   
org.sonatype.tycho.p2.repository   
 

Uses of GAV in org.sonatype.tycho.p2.facade.internal
 

Methods in org.sonatype.tycho.p2.facade.internal with parameters of type GAV
 java.io.InputStream MavenRepositoryReader.getContents(GAV gav, java.lang.String classifier, java.lang.String extension)
           
 

Uses of GAV in org.sonatype.tycho.p2.maven.repository
 

Fields in org.sonatype.tycho.p2.maven.repository with type parameters of type GAV
protected  java.util.Map<GAV,java.util.Set<org.eclipse.equinox.p2.metadata.IInstallableUnit>> AbstractMavenMetadataRepository.unitsMap
           
 

Methods in org.sonatype.tycho.p2.maven.repository that return GAV
 GAV AbstractMavenArtifactRepository.getGAV(org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor descriptor)
           
protected  GAV AbstractMavenArtifactRepository.getP2GAV(org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor descriptor)
           
 

Methods in org.sonatype.tycho.p2.maven.repository that return types with arguments of type GAV
 java.util.Map<GAV,java.util.Set<org.eclipse.equinox.p2.metadata.IInstallableUnit>> AbstractMavenMetadataRepository.getGAVs()
          For testing purposes only
 

Methods in org.sonatype.tycho.p2.maven.repository with parameters of type GAV
 void LocalMetadataRepository.addInstallableUnit(org.eclipse.equinox.p2.metadata.IInstallableUnit unit, GAV gav)
           
 

Uses of GAV in org.sonatype.tycho.p2.repository
 

Fields in org.sonatype.tycho.p2.repository with type parameters of type GAV
protected  java.util.Set<GAV> DefaultTychoRepositoryIndex.gavs
           
 

Methods in org.sonatype.tycho.p2.repository that return GAV
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 str)
           
 

Methods in org.sonatype.tycho.p2.repository that return types with arguments of type GAV
 java.util.List<GAV> DefaultTychoRepositoryIndex.getProjectGAVs()
           
 java.util.List<GAV> TychoRepositoryIndex.getProjectGAVs()
           
protected static java.util.Set<GAV> DefaultTychoRepositoryIndex.read(java.io.InputStream is)
           
 

Methods in org.sonatype.tycho.p2.repository with parameters of type GAV
 void DefaultTychoRepositoryIndex.addProject(GAV gav)
           
 java.io.InputStream RepositoryReader.getContents(GAV gav, java.lang.String classifier, java.lang.String extension)
           
 java.io.InputStream LocalRepositoryReader.getContents(GAV gav, java.lang.String classifier, java.lang.String extension)
           
static java.lang.String RepositoryLayoutHelper.getRelativePath(GAV gav, java.lang.String classifier, java.lang.String extension)
           
 



Copyright © 2008-2011. All Rights Reserved.