org.outerj.xreporter.report.definition
Class StepDefinition

java.lang.Object
  extended byorg.outerj.xreporter.report.definition.StepDefinition
All Implemented Interfaces:
org.apache.avalon.framework.component.Composable, org.apache.avalon.framework.configuration.Configurable

public class StepDefinition
extends java.lang.Object
implements org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.component.Composable

Model of a step in report definition.


Field Summary
protected  org.apache.avalon.framework.component.ComponentManager componentManager
           
protected  java.util.List executors
           
protected  java.util.List inputFields
           
protected  java.lang.String name
           
 
Constructor Summary
StepDefinition()
           
 
Method Summary
 void compose(org.apache.avalon.framework.component.ComponentManager componentManager)
           
 void configure(org.apache.avalon.framework.configuration.Configuration configuration)
           
 java.util.List getExecutors()
           
 java.util.List getInputFields()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

inputFields

protected java.util.List inputFields

executors

protected java.util.List executors

componentManager

protected org.apache.avalon.framework.component.ComponentManager componentManager
Constructor Detail

StepDefinition

public StepDefinition()
Method Detail

compose

public void compose(org.apache.avalon.framework.component.ComponentManager componentManager)
             throws org.apache.avalon.framework.component.ComponentException
Specified by:
compose in interface org.apache.avalon.framework.component.Composable
Throws:
org.apache.avalon.framework.component.ComponentException

configure

public void configure(org.apache.avalon.framework.configuration.Configuration configuration)
               throws org.apache.avalon.framework.configuration.ConfigurationException
Specified by:
configure in interface org.apache.avalon.framework.configuration.Configurable
Throws:
org.apache.avalon.framework.configuration.ConfigurationException

getName

public java.lang.String getName()

getInputFields

public java.util.List getInputFields()

getExecutors

public java.util.List getExecutors()