org.codehaus.mojo.freeform.writer
Class TargetConfig

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

public class TargetConfig
extends java.lang.Object

The configuration for a custom Ant target.

Author:
Gergely Dombi

Field Summary
protected  java.lang.String failUnlessSet
          The property that has to be set by the IDE at runtime (to the selected files in the tree view).
protected  java.lang.String outputDir
          The build output directory.
protected  java.lang.String sourceDir
          The java source directory.
protected  java.lang.String sourceVersion
          The java source version.
protected  java.lang.String targetName
          The name of the Ant target.
 
Constructor Summary
TargetConfig()
           
 
Method Summary
 java.lang.String getFailUnlessSet()
           
 java.lang.String getOutputDir()
           
 java.lang.String getSourceDir()
           
 java.lang.String getSourceVersion()
           
 java.lang.String getTargetName()
           
 void setFailUnlessSet(java.lang.String failUnlessSet)
           
 void setOutputDir(java.lang.String outputDir)
           
 void setSourceDir(java.lang.String sourceDir)
           
 void setSourceVersion(java.lang.String sourceVersion)
           
 void setTargetName(java.lang.String targetName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

targetName

protected java.lang.String targetName
The name of the Ant target.


failUnlessSet

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


sourceDir

protected java.lang.String sourceDir
The java source directory.


outputDir

protected java.lang.String outputDir
The build output directory.


sourceVersion

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

Constructor Detail

TargetConfig

public TargetConfig()
Method Detail

getTargetName

public java.lang.String getTargetName()

setTargetName

public void setTargetName(java.lang.String targetName)

getFailUnlessSet

public java.lang.String getFailUnlessSet()

setFailUnlessSet

public void setFailUnlessSet(java.lang.String failUnlessSet)

getOutputDir

public java.lang.String getOutputDir()

setOutputDir

public void setOutputDir(java.lang.String outputDir)

getSourceDir

public java.lang.String getSourceDir()

setSourceDir

public void setSourceDir(java.lang.String sourceDir)

getSourceVersion

public java.lang.String getSourceVersion()

setSourceVersion

public void setSourceVersion(java.lang.String sourceVersion)


Copyright © 2005-2010. All Rights Reserved.