Uses of Class
org.jasig.portal.tools.versioning.Version

Packages that use Version
org.jasig.portal.tools.versioning   
 

Uses of Version in org.jasig.portal.tools.versioning
 

Methods in org.jasig.portal.tools.versioning that return Version
 Version VersionsManager.getVersion(String fname)
          Returns the version for a specified functional name or null if no version information is available.
 Version[] VersionsManager.getVersions()
          Returns an array of Versions representing all version information registered with the VersionsManager.
 

Methods in org.jasig.portal.tools.versioning with parameters of type Version
 boolean Version.equalTo(Version v)
          Returns true of the version represented by this class is equal to that represented by the passed in version object.
 boolean Version.greaterThan(Version v)
          Returns true of the version represented by this class is greater than that represented by the passed in version object.
 boolean Version.lessThan(Version v)
          Returns true of the version represented by this class is less than that represented by the passed in version object.
 



Copyright © 2010 Jasig. All Rights Reserved.