Liferay 6.2-ce-ga5

com.liferay.util
Class Version

java.lang.Object
  extended by com.liferay.portal.kernel.plugin.Version
      extended by com.liferay.util.Version
All Implemented Interfaces:
Serializable, Comparable<Version>

Deprecated. As of 6.1.0, replaced by Version

public class Version
extends Version

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.kernel.plugin.Version
UNKNOWN
 
Constructor Summary
protected Version(String version)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.liferay.portal.kernel.plugin.Version
compareTo, equals, getBugFix, getBuildNumber, getInstance, getMajor, getMinor, hashCode, includes, incrementBugFix, incrementBuildNumber, incrementMajor, incrementMinor, isLaterVersionThan, isPreviousVersionThan, isSameVersionAs, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Version

protected Version(String version)
Deprecated. 

Liferay 6.2-ce-ga5