NetKernel APIs


Uses of Class
com.ten60.netkernel.util.Version

Packages that use Version
com.ten60.netkernel.module   
com.ten60.netkernel.util   
 

Uses of Version in com.ten60.netkernel.module
 

Methods in com.ten60.netkernel.module that return Version
 Version ModuleDefinition.getVersion()
           
 

Methods in com.ten60.netkernel.module with parameters of type Version
 ModuleDefinition ModuleManager.getModule(URIdentifier aURI, Version aMin, Version aMax)
          Find the latest version of a module that satisfy the optional criteria
 

Uses of Version in com.ten60.netkernel.util
 

Methods in com.ten60.netkernel.util that return Version
 Version Version.getBase(int positions)
          Return the last number in the version number.
 Version Version.getBranchPoint()
           
 Version Version.next()
           
 Version Version.newBranch(int branch)
           
 

Methods in com.ten60.netkernel.util with parameters of type Version
 int Version.compareVersions(Version ver)
          Compares two versions.
 boolean Version.isGreaterThan(Version ver)
          Determine if this version is greater than the given one.
 boolean Version.isGreaterOrEqualThan(Version ver)
          Determine if this version is greater than or equal to the given one.
 boolean Version.isLessThan(Version ver)
          Determine if this version is less than the given one.
 boolean Version.isLessOrEqualThan(Version ver)
          Determine if this version is less than or equal to the given one.
 

Constructors in com.ten60.netkernel.util with parameters of type Version
Version(Version v)
          Create a new Version by copying another.
 


NetKernel APIs


Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.