Uses of Class
edu.mit.jverbnet.data.Version

Packages that use Version
edu.mit.jverbnet.data Provides the major data types of the library 
 

Uses of Version in edu.mit.jverbnet.data
 

Fields in edu.mit.jverbnet.data declared as Version
static Version IVersion.UNKNOWN
          Standard "unknown" version number
static Version Version.ver31
           
static Version Version.ver32
           
 

Methods in edu.mit.jverbnet.data that return Version
static Version Version.getVersion(int major, int minor, int bugfix)
          Creates and caches, or retrieves from the cache, a version object corresponding to the specified numbers.
static Version Version.getVersion(int major, int minor, int bugfix, java.lang.String qualifier)
          Creates and caches, or retrieves from the cache, a version object corresponding to the specified numbers.
static Version Version.parseVersion(java.lang.CharSequence verStr)
          Tries to transform the specified character sequence into a version object.
static Version Version.parseVersionProtected(java.lang.CharSequence verStr)
          Tries to transform the specified character sequence into a version object.
 

Methods in edu.mit.jverbnet.data that return types with arguments of type Version
static java.util.List<Version> Version.values()
          Emulates the Enum.values() function.
 



Copyright © 2012 ${project.organization.name}. All Rights Reserved.