|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExcludeDirective | |
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 ExcludeDirective in org.apache.avalon.composition.data |
Methods in org.apache.avalon.composition.data that return ExcludeDirective | |
ExcludeDirective[] |
FilesetDirective.getExcludes()
Return the set of exclude directives. |
Constructors in org.apache.avalon.composition.data with parameters of type ExcludeDirective | |
FilesetDirective(String base,
IncludeDirective[] includes,
ExcludeDirective[] excludes)
Create a FilesetDirective instance. |
Uses of ExcludeDirective in org.apache.avalon.composition.data.builder |
Methods in org.apache.avalon.composition.data.builder that return ExcludeDirective | |
protected ExcludeDirective[] |
XMLContainmentProfileCreator.createExcludeDirectives(Configuration config)
Utility method to create a set in exclude directives. |
protected ExcludeDirective |
XMLContainmentProfileCreator.createExcludeDirective(Configuration config)
Utility method to create a new exclude directive from a configuration instance. |
Uses of ExcludeDirective in org.apache.avalon.composition.model.impl |
Constructors in org.apache.avalon.composition.model.impl with parameters of type ExcludeDirective | |
DefaultFilesetModel(File anchor,
IncludeDirective[] includes,
ExcludeDirective[] excludes,
String[] defaultIncludes,
String[] defaultExcludes,
Logger logger)
Constructs a new default fileset model. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |