com.pmease.quickbuild.plugin.report.engine.generator.copy
Class CopyGenerator

java.lang.Object
  extended by com.pmease.quickbuild.plugin.report.engine.extensionpoint.AbstractTypedXMLObject
      extended by com.pmease.quickbuild.plugin.report.engine.metadata.AbstractCategoryItem
          extended by com.pmease.quickbuild.plugin.report.engine.generator.GenerateAction
              extended by com.pmease.quickbuild.plugin.report.engine.generator.AbstractGenerator
                  extended by com.pmease.quickbuild.plugin.report.engine.generator.copy.CopyGenerator
All Implemented Interfaces:
ActionListener, ReportAction, ReportGenerator, TypedObject, XMLSerializable, java.io.Serializable

public class CopyGenerator
extends AbstractGenerator

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.pmease.quickbuild.plugin.report.engine.metadata.AbstractCategoryItem
category
 
Constructor Summary
CopyGenerator(ReportCategory category)
           
 
Method Summary
protected  void doExecute()
           
 java.lang.String getType()
           
 boolean isApplicable(Build build)
           
 
Methods inherited from class com.pmease.quickbuild.plugin.report.engine.generator.AbstractGenerator
addProcessor, createDefaultProcessor, fromXML, generate, getElementName, getProcessors, getStage, setProcessors, setStage, toXML
 
Methods inherited from class com.pmease.quickbuild.plugin.report.engine.generator.GenerateAction
afterExecute, beforeExecute, buildKey, execute, getContext, getId, getLogger, getOrder, setId, setOrder
 
Methods inherited from class com.pmease.quickbuild.plugin.report.engine.metadata.AbstractCategoryItem
getCategory
 
Methods inherited from class com.pmease.quickbuild.plugin.report.engine.extensionpoint.AbstractTypedXMLObject
initFromClassResource, initFromLocal, initFromStream, reflectionReadFromNode, reflectionWriteToNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.pmease.quickbuild.plugin.report.engine.extensionpoint.ReportAction
execute
 

Constructor Detail

CopyGenerator

public CopyGenerator(ReportCategory category)
Method Detail

doExecute

protected void doExecute()
Overrides:
doExecute in class AbstractGenerator

isApplicable

public boolean isApplicable(Build build)

getType

public java.lang.String getType()


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.