org.apache.avalon.composition.data.builder
Class XMLTargetsCreator

java.lang.Object
  extended byorg.apache.avalon.composition.data.builder.XMLProfileCreator
      extended byorg.apache.avalon.composition.data.builder.XMLComponentProfileCreator
          extended byorg.apache.avalon.composition.data.builder.XMLTargetsCreator

public class XMLTargetsCreator
extends XMLComponentProfileCreator

Handles internalization of an XML based description of a Targets instance from a Configuration object.

Version:
$Revision: 1.9 $ $Date: 2004/03/17 10:39:11 $
Author:
Avalon Development Team

Constructor Summary
XMLTargetsCreator()
           
 
Method Summary
 Targets createTargets(Configuration config)
          Create a set of target directives from the confiugration.
 
Methods inherited from class org.apache.avalon.composition.data.builder.XMLComponentProfileCreator
createComponentProfile, createComponentProfile, createComponentProfile, getCollectionPolicy, getContextDirective, getDependencyDirective, getDependencyDirectives, getEntries, getParameter, getParameters, getParameters, getSelectionDirective, getStageDirective, getStageDirectives
 
Methods inherited from class org.apache.avalon.composition.data.builder.XMLProfileCreator
getActivationDirective, getActivationDirective, getCategoriesDirective, getCategoryDirective, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLTargetsCreator

public XMLTargetsCreator()
Method Detail

createTargets

public Targets createTargets(Configuration config)
                      throws Exception
Create a set of target directives from the confiugration.

Parameters:
config - the targets configuration
Throws:
Exception


Copyright © The Apache Software Foundation. All Rights Reserved.