org.codehaus.mojo.freeform.writer
Class TargetConfig

java.lang.Object
  extended by org.codehaus.mojo.freeform.writer.TargetConfig

public class TargetConfig
extends Object

The configuration for a custom Ant target.

Author:
Gergely Dombi

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

targetName

protected String targetName
The name of the Ant target.


failUnlessSet

protected String failUnlessSet
The property that has to be set by the IDE at runtime (to the selected files in the tree view).


sourceDir

protected String sourceDir
The java source directory.


outputDir

protected String outputDir
The build output directory.


sourceVersion

protected String sourceVersion
The java source version. Defaults to 1.5.

Constructor Detail

TargetConfig

public TargetConfig()
Method Detail

getTargetName

public String getTargetName()

setTargetName

public void setTargetName(String targetName)

getFailUnlessSet

public String getFailUnlessSet()

setFailUnlessSet

public void setFailUnlessSet(String failUnlessSet)

getOutputDir

public String getOutputDir()

setOutputDir

public void setOutputDir(String outputDir)

getSourceDir

public String getSourceDir()

setSourceDir

public void setSourceDir(String sourceDir)

getSourceVersion

public String getSourceVersion()

setSourceVersion

public void setSourceVersion(String sourceVersion)


Copyright © 2005-2011 Codehaus. All Rights Reserved.