org.jcoderz.phoenix.report
Class ReportNormalizerAntTask.SourceDirectory
java.lang.Object
org.jcoderz.phoenix.report.ReportNormalizerAntTask.SourceDirectory
- Enclosing class:
- ReportNormalizerAntTask
public static final class ReportNormalizerAntTask.SourceDirectory
- extends Object
|
Method Summary |
String |
getDir()
Returns the sourceDir. |
void |
setDir(String sourceDir)
Sets the sourceDir to given sourceDir. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportNormalizerAntTask.SourceDirectory
public ReportNormalizerAntTask.SourceDirectory()
getDir
public String getDir()
- Returns the sourceDir.
- Returns:
- the sourceDir.
setDir
public void setDir(String sourceDir)
- Sets the sourceDir to given
sourceDir.
- Parameters:
sourceDir - The sourceDir to set.
Copyright 2007 The jCoderZ Project.