Uses of Class
net.dpml.library.Feature

Packages that use Feature
net.dpml.library Library interfaces. 
net.dpml.library.info Project, resource and library directives. 
 

Uses of Feature in net.dpml.library
 

Fields in net.dpml.library declared as Feature
static Feature Feature.NAME
          Resource name.
static Feature Feature.GROUP
          Resource group.
static Feature Feature.VERSION
          Resource version.
static Feature Feature.DECIMAL
          Resource decimal version.
static Feature Feature.URI
          Resource version.
static Feature Feature.SPEC
          Resource spec.
static Feature Feature.PATH
          Resource path.
static Feature Feature.FILENAME
          Resource filename.
static Feature Feature.BASEDIR
          Project basedir.
 

Methods in net.dpml.library that return Feature
static Feature[] Feature.values()
          Returns an array of activation enum values.
static Feature Feature.parse(String value)
          Return a feature.
 

Methods in net.dpml.library with parameters of type Feature
static String Feature.resolve(Resource resource, Feature feature)
          Return the value of a feature.
static String Feature.resolve(Resource resource, Feature feature, Type type)
          Return the value of a feature.
static String Feature.resolve(Resource resource, Feature feature, Type type, boolean alias)
          Return the value of a feature.
 

Uses of Feature in net.dpml.library.info
 

Constructors in net.dpml.library.info with parameters of type Feature
FeatureFilterDirective(String token, String ref, Feature feature, String type, boolean alias)
          Creation of a new anonymous resource directive.