Uses of Class
com.securitycentric.metacoretex.lib.Version

Packages that use Version
com.securitycentric.metacoretex.interfaces   
com.securitycentric.metacoretex.lib   
 

Uses of Version in com.securitycentric.metacoretex.interfaces
 

Methods in com.securitycentric.metacoretex.interfaces that return Version
 Version VersionProbe.getTestVersion()
           
 

Uses of Version in com.securitycentric.metacoretex.lib
 

Fields in com.securitycentric.metacoretex.lib declared as Version
 Version AbstractProbe.version
          the Version object for the version of this probe
 

Methods in com.securitycentric.metacoretex.lib that return Version
static Version UpdateToolz.getConfVersion(java.io.File file)
           
static Version ProbeToolz.confFileVersion(java.io.File confFile)
           
 Version AbstractVersionProbe.getTestVersion()
          Get the Version object which this probe has set for itself.
 

Methods in com.securitycentric.metacoretex.lib with parameters of type Version
 boolean Version.isNewerThan(Version ver)
          Tests to see if this version is newer than the specified version object (non-Inclusive).
 boolean Version.isOlderThan(Version ver)
          Tests to see if this version is older than the specified version object (non-Inclusive).