Uses of Class
madkit.utils.common.Version

Packages that use Version
madkit.system   
madkit.utils.common   
 

Uses of Version in madkit.system
 

Methods in madkit.system that return Version
 Version PluginInformation.getVersion()
           
 

Methods in madkit.system with parameters of type Version
 void PluginInformation.setVersion(Version v)
          Sets the version of the plugin
 

Uses of Version in madkit.utils.common
 

Methods in madkit.utils.common that return Version
static Version Version.valueOf(java.lang.String string)
          creates a version object reprented by the String string
 

Methods in madkit.utils.common with parameters of type Version
 boolean Version.isHigher(Version v)
          Return true if the v is higher than this version
 



Copyright © Madkit Team (O. Gutknecht, J. Ferber, F. Michel et al.) All Rights Reserved.