|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.freeform.writer.TargetConfig
public class TargetConfig
The configuration for a custom Ant target.
Field Summary | |
---|---|
protected String |
failUnlessSet
The property that has to be set by the IDE at runtime (to the selected files in the tree view). |
protected String |
outputDir
The build output directory. |
protected String |
sourceDir
The java source directory. |
protected String |
sourceVersion
The java source version. |
protected String |
targetName
The name of the Ant target. |
Constructor Summary | |
---|---|
TargetConfig()
|
Method Summary | |
---|---|
String |
getFailUnlessSet()
|
String |
getOutputDir()
|
String |
getSourceDir()
|
String |
getSourceVersion()
|
String |
getTargetName()
|
void |
setFailUnlessSet(String failUnlessSet)
|
void |
setOutputDir(String outputDir)
|
void |
setSourceDir(String sourceDir)
|
void |
setSourceVersion(String sourceVersion)
|
void |
setTargetName(String targetName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String targetName
protected String failUnlessSet
protected String sourceDir
protected String outputDir
protected String sourceVersion
Constructor Detail |
---|
public TargetConfig()
Method Detail |
---|
public String getTargetName()
public void setTargetName(String targetName)
public String getFailUnlessSet()
public void setFailUnlessSet(String failUnlessSet)
public String getOutputDir()
public void setOutputDir(String outputDir)
public String getSourceDir()
public void setSourceDir(String sourceDir)
public String getSourceVersion()
public void setSourceVersion(String sourceVersion)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |