Uses of Class
aQute.libg.version.Version

Packages that use Version
aQute.bnd.component   
aQute.bnd.maven   
aQute.bnd.maven.support   
aQute.bnd.repo.eclipse   
aQute.bnd.service   
aQute.lib.deployer   
aQute.lib.deployer.obr   
aQute.libg.version   
 

Uses of Version in aQute.bnd.component
 

Fields in aQute.bnd.component declared as Version
static Version AnnotationReader.V1_1
           
static Version AnnotationReader.V1_2
           
 

Uses of Version in aQute.bnd.maven
 

Methods in aQute.bnd.maven that return Version
 Version PomFromManifest.getVersion()
           
 

Methods in aQute.bnd.maven that return types with arguments of type Version
 List<Version> MavenRepository.versions(String bsn)
           
 

Uses of Version in aQute.bnd.maven.support
 

Methods in aQute.bnd.maven.support that return types with arguments of type Version
 List<Version> MavenRemoteRepository.versions(String bsn)
           
 

Uses of Version in aQute.bnd.repo.eclipse
 

Methods in aQute.bnd.repo.eclipse that return types with arguments of type Version
 List<Version> EclipseRepo.versions(String bsn)
           
 

Uses of Version in aQute.bnd.service
 

Methods in aQute.bnd.service that return types with arguments of type Version
 List<Version> RepositoryPlugin.versions(String bsn)
          Return a list of versions.
 

Uses of Version in aQute.lib.deployer
 

Methods in aQute.lib.deployer that return types with arguments of type Version
 List<Version> FileRepo.versions(String bsn)
           
 

Uses of Version in aQute.lib.deployer.obr
 

Methods in aQute.lib.deployer.obr that return types with arguments of type Version
 List<Version> AbstractBaseOBR.versions(String bsn)
           
 

Uses of Version in aQute.libg.version
 

Fields in aQute.libg.version declared as Version
static Version Version.emptyVersion
           
static Version Version.HIGHEST
           
static Version Version.LOWEST
           
 

Methods in aQute.libg.version that return Version
 Version VersionRange.getHigh()
           
 Version VersionRange.getLow()
           
static Version Version.parseVersion(String version)
           
 

Methods in aQute.libg.version with parameters of type Version
 int Version.compareTo(Version other)
           
 boolean VersionRange.includes(Version v)
           
 



Copyright © 2012 aQute SARL. All Rights Reserved.