Class CreateAggregationCommand
- java.lang.Object
-
- org.rodnansol.core.generator.writer.CreateAggregationCommand
-
public class CreateAggregationCommand extends Object
- Since:
- 0.1.0
- Author:
- nandorholozsnyak
-
-
Constructor Summary
Constructors Constructor Description CreateAggregationCommand(Project project, String aggregatedDocumentHeader, List<CombinedInput> inputStreams, TemplateType templateType, TemplateCustomization templateCustomization, File output)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAggregatedDocumentHeader()List<CombinedInput>getCombinedInputs()StringgetDescription()FilegetOutput()ProjectgetProject()TemplateCustomizationgetTemplateCustomization()TemplateTypegetTemplateType()voidsetDescription(String description)StringtoString()
-
-
-
Constructor Detail
-
CreateAggregationCommand
public CreateAggregationCommand(Project project, String aggregatedDocumentHeader, List<CombinedInput> inputStreams, TemplateType templateType, TemplateCustomization templateCustomization, File output)
-
-
Method Detail
-
getAggregatedDocumentHeader
public String getAggregatedDocumentHeader()
-
getCombinedInputs
public List<CombinedInput> getCombinedInputs()
-
getTemplateType
public TemplateType getTemplateType()
-
getOutput
public File getOutput()
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getProject
public Project getProject()
-
getTemplateCustomization
public TemplateCustomization getTemplateCustomization()
-
-