Uses of Class
net.dpml.library.info.ImportDirective.Mode

Packages that use ImportDirective.Mode
net.dpml.library.info Project, resource and library directives. 
 

Uses of ImportDirective.Mode in net.dpml.library.info
 

Fields in net.dpml.library.info declared as ImportDirective.Mode
static ImportDirective.Mode ImportDirective.FILE
          File strategy constant.
static ImportDirective.Mode ImportDirective.Mode.FILE
          File include stratgy constant.
static ImportDirective.Mode ImportDirective.URI
          URI strategy constant.
static ImportDirective.Mode ImportDirective.Mode.URI
          URI include stratgy constant.
 

Methods in net.dpml.library.info that return ImportDirective.Mode
 ImportDirective.Mode ImportDirective.getMode()
          Return the import mode.
static ImportDirective.Mode ImportDirective.Mode.parse(String value)
          Create a now mode using a supplied mode name.
 

Constructors in net.dpml.library.info with parameters of type ImportDirective.Mode
ImportDirective(ImportDirective.Mode mode, String value)
          Creation of a new import directive.
ImportDirective(ImportDirective.Mode mode, String value, Properties properties)
          Creation of a new import directive.