Uses of Class
net.dpml.lang.Version

Packages that use Version
net.dpml.lang Low-level services dealing with part deployment and management. 
 

Uses of Version in net.dpml.lang
 

Fields in net.dpml.lang declared as Version
static Version Version.NULL_VERSION
          Version -1.0.0.
 

Methods in net.dpml.lang that return Version
static Version Version.parse(String version)
          Parse a version out of a string.
 

Methods in net.dpml.lang with parameters of type Version
 boolean Version.complies(Version other)
          Check this Version against another for compliancy (compatibility).
 boolean Version.equals(Version other)
          Check this Version against another for equality.