org.jcoderz.phoenix.report
Class ReportNormalizerAntTask.SourceDirectory

java.lang.Object
  extended by org.jcoderz.phoenix.report.ReportNormalizerAntTask.SourceDirectory
Enclosing class:
ReportNormalizerAntTask

public static final class ReportNormalizerAntTask.SourceDirectory
extends Object


Constructor Summary
ReportNormalizerAntTask.SourceDirectory()
           
 
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
 

Constructor Detail

ReportNormalizerAntTask.SourceDirectory

public ReportNormalizerAntTask.SourceDirectory()
Method Detail

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.