Uses of Class
org.apache.avalon.composition.data.IncludeDirective

Packages that use IncludeDirective
org.apache.avalon.composition.data The data package contains a revised implementation of the meta-data model that is focussed towards the creation of a serialized deployment scenario that can be supplied to a container for execution.  
org.apache.avalon.composition.data.builder The meta.data.builder package contains a revised implementation of the meta.model builder that is focussed towards the creation of a serialized deployment scenario that can be supplied to a container for execution.  
 

Uses of IncludeDirective in org.apache.avalon.composition.data
 

Methods in org.apache.avalon.composition.data that return IncludeDirective
 IncludeDirective[] FilesetDirective.getIncludes()
          Return the set of include directives.
 

Constructors in org.apache.avalon.composition.data with parameters of type IncludeDirective
FilesetDirective(String base, IncludeDirective[] includes)
          Create a FilesetDirective instance.
 

Uses of IncludeDirective in org.apache.avalon.composition.data.builder
 

Methods in org.apache.avalon.composition.data.builder that return IncludeDirective
protected  IncludeDirective[] XMLContainmentProfileCreator.createIncludeDirectives(Configuration config)
          Utility method to create a set in include directives.
protected  IncludeDirective XMLContainmentProfileCreator.createIncludeDirective(Configuration config)
          Utility method to create a new include directive from a configuration instance.
 



Copyright © Apache Software Foundation. All Rights Reserved.