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

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

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

Fields in net.dpml.library.info declared as IncludeDirective.Mode
static IncludeDirective.Mode IncludeDirective.KEY
          Current module scoped key mode constant.
static IncludeDirective.Mode IncludeDirective.REF
          Absolute resource reference mode constant.
static IncludeDirective.Mode IncludeDirective.URI
          URN resource reference mode constant.
static IncludeDirective.Mode IncludeDirective.Mode.KEY
          Include by reference to a local key.
static IncludeDirective.Mode IncludeDirective.Mode.REF
          Include by reference to an absolute resource address.
static IncludeDirective.Mode IncludeDirective.Mode.URI
          Include by urn definition.
 

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

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