org.jcoderz.commons.taskdefs
Class SourceDirectory

java.lang.Object
  extended by org.jcoderz.commons.taskdefs.SourceDirectory

public final class SourceDirectory
extends Object

This class is used as sub-element for Ant tasks.

Author:
Michael Griffel

Constructor Summary
SourceDirectory()
           
 
Method Summary
 File getDir()
          Returns the sourceDir.
 void setDir(File 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

SourceDirectory

public SourceDirectory()
Method Detail

getDir

public File getDir()
Returns the sourceDir.

Returns:
the sourceDir.

setDir

public void setDir(File sourceDir)
Sets the sourceDir to given sourceDir.

Parameters:
sourceDir - The sourceDir to set.


Copyright 2007 The jCoderZ Project.