Uses of Class
org.apache.avalon.framework.Version
-
Packages that use Version Package Description org.apache.avalon.framework The Framework part of Avalon contains interfaces and contracts surrounding those interfaces, along with default implementations of some of those interfaces. -
-
Uses of Version in org.apache.avalon.framework
Methods in org.apache.avalon.framework that return Version Modifier and Type Method Description static VersionVersion. getVersion(java.lang.String version)Parse a version out of a string.Methods in org.apache.avalon.framework with parameters of type Version Modifier and Type Method Description booleanVersion. complies(Version other)Check thisVersionagainst another for compliancy (compatibility).booleanVersion. equals(Version other)Check thisVersionagainst another for equality.
-