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

Packages that use FilesetDirective
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.  
org.apache.avalon.composition.model.impl The model package contains a series of classes that leverage the new meta data model.  
 

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

Methods in org.apache.avalon.composition.data that return FilesetDirective
 FilesetDirective[] ClasspathDirective.getFilesets()
          Return the set of fileset directives.
 

Constructors in org.apache.avalon.composition.data with parameters of type FilesetDirective
ClasspathDirective(FilesetDirective[] filesets, RepositoryDirective[] repositories)
          Create a ClasspathDirective instance.
 

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

Methods in org.apache.avalon.composition.data.builder that return FilesetDirective
 FilesetDirective XMLContainmentProfileCreator.createFilesetDirective(Configuration config)
          Utility method to create a new fileset descriptor from a configuration instance.
 

Uses of FilesetDirective in org.apache.avalon.composition.model.impl
 

Methods in org.apache.avalon.composition.model.impl with parameters of type FilesetDirective
 File[] DefaultClassLoaderModel.expandFileSetDirectives(File base, FilesetDirective[] filesets)
          Return an array of files corresponding to the expansion of the filesets declared within the directive.
 



Copyright © Apache Software Foundation. All Rights Reserved.