public abstract class TestGroupsGeneratorTask
extends org.apache.tools.ant.Task
| Modifier and Type | Field and Description |
|---|---|
protected String |
groupsClass |
protected String |
input |
protected static org.apache.log4j.Logger |
LOGGER |
protected String |
packageName |
protected String |
specificationOutput |
protected String |
target |
| Constructor and Description |
|---|
TestGroupsGeneratorTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected abstract void |
generateFile() |
protected abstract void |
generateTotalSpecification(File dir,
File specificationOutputFile)
Deprecated.
|
protected abstract void |
generateTotalSpecification(List<File> files,
File specificationOutputFile) |
String |
getGroupsClass() |
String |
getInput() |
String |
getPackageName() |
String |
getSpecificationOutput() |
String |
getTarget() |
void |
setGroupsClass(String groupsClass) |
void |
setInput(String input) |
void |
setPackageName(String packageName) |
void |
setSpecificationOutput(String specificationOutput) |
void |
setTarget(String target) |
protected void |
totalSpecificationGenerator(File dir)
Deprecated.
|
protected void |
totalSpecificationGenerator(List<File> files) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeprotected static final org.apache.log4j.Logger LOGGER
protected String input
protected String target
protected String packageName
protected String groupsClass
protected String specificationOutput
public String getInput()
public void setInput(String input)
public String getTarget()
public void setTarget(String target)
public String getPackageName()
public void setPackageName(String packageName)
public String getGroupsClass()
public void setGroupsClass(String groupsClass)
public String getSpecificationOutput()
public void setSpecificationOutput(String specificationOutput)
@Deprecated protected void totalSpecificationGenerator(File dir) throws CodeGenException
totalSpecificationGenerator(List) insteadCodeGenExceptionprotected void totalSpecificationGenerator(List<File> files) throws CodeGenException
CodeGenException@Deprecated protected abstract void generateTotalSpecification(File dir, File specificationOutputFile) throws CodeGenException
generateTotalSpecification(List, File) insteadCodeGenExceptionprotected abstract void generateTotalSpecification(List<File> files, File specificationOutputFile) throws CodeGenException
CodeGenExceptionpublic void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionprotected abstract void generateFile()
throws CodeGenException
CodeGenExceptionCopyright © 2018. All rights reserved.