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

Packages that use EntryDirective
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 EntryDirective in org.apache.avalon.composition.data
 

Subclasses of EntryDirective in org.apache.avalon.composition.data
 class ConstructorDirective
          A entry descriptor declares the context entry import or creation criteria for a single context entry instance.
 class ImportDirective
          An inport directive used within a context directive to request a container scoped values.
 

Methods in org.apache.avalon.composition.data that return EntryDirective
 EntryDirective[] ContextDirective.getEntryDirectives()
          Return the set of entry directives.
 EntryDirective ContextDirective.getEntryDirective(String key)
          Return a named entry.
 

Constructors in org.apache.avalon.composition.data with parameters of type EntryDirective
ContextDirective(EntryDirective[] entries)
          Creation of a new file target.
ContextDirective(String classname, EntryDirective[] entries)
          Creation of a new file target.
 

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

Methods in org.apache.avalon.composition.data.builder that return EntryDirective
protected  EntryDirective[] XMLComponentProfileCreator.getEntries(Configuration[] configs)
          Utility method to create a set of entry directives.
 



Copyright © The Apache Software Foundation. All Rights Reserved.