Uses of Class
net.dpml.lang.Version

Packages that use Version
net.dpml.component Interfaces defining the internal 'component' model. 
net.dpml.lang The lang package contains a small number of generic common utilities used throught the DPML codebase. 
net.dpml.library Library interfaces. 
net.dpml.library.impl Implementation of the project library supporting module, project and resource managment. 
net.dpml.library.info Project, resource and library directives. 
net.dpml.metro.info Immutable datatypes that describe a component type. 
 

Uses of Version in net.dpml.component
 

Methods in net.dpml.component that return Version
 Version Service.getVersion()
          Return the service version.
 

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.equals(Version other)
          Check this Version against another for equality.
 boolean Version.complies(Version other)
          Check this Version against another for compliancy (compatibility).
 

Uses of Version in net.dpml.library
 

Methods in net.dpml.library that return Version
 Version Type.getVersion()
          Return the alias version.
 Version Resource.getDecimalVersion()
          Return the decimal version.
 

Uses of Version in net.dpml.library.impl
 

Methods in net.dpml.library.impl that return Version
 Version DefaultResource.getDecimalVersion()
          Return the decimal version.
 

Uses of Version in net.dpml.library.info
 

Methods in net.dpml.library.info that return Version
 Version TypeDirective.getVersion()
          Return the alias version.
 

Constructors in net.dpml.library.info with parameters of type Version
TypeDirective(String name, Version version)
          Creation of a new type directive.
TypeDirective(Element element, String id, Version version)
          Creation of a new type directive.
TypeDirective(String id, Version version, Properties properties)
          Creation of a new generic type directive.
 

Uses of Version in net.dpml.metro.info
 

Methods in net.dpml.metro.info that return Version
 Version ServiceDescriptor.getVersion()
          Return the service version.
 Version InfoDescriptor.getVersion()
          Return the version of component.
 

Constructors in net.dpml.metro.info with parameters of type Version
ServiceDescriptor(String classname, Version version)
          Construct a service with specified name, version.
InfoDescriptor(String name, String classname, Version version, LifestylePolicy lifestyle, CollectionPolicy collection, ThreadSafePolicy threadsafe, Properties attributes)
          Creation of a new info descriptor using a supplied name, key, version and attribute set.