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
 

Fields in org.jasig.portal.tools.versioning declared as Version
private static Version[] VersionsManager.VERSIONS_ARRAY_TYPE
           
 

Methods in org.jasig.portal.tools.versioning that return Version
 Version VersionsManager.getVersion(java.lang.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.
private  boolean VersionsManager.remove(Version v)
          Removes this version from the backend database.
private  boolean VersionsManager.updateVersion(Version old, Version next)
          Attempts to update version information in the database.