org.jcoderz.commons.taskdefs
Class SourceDirectory
java.lang.Object
org.jcoderz.commons.taskdefs.SourceDirectory
public final class SourceDirectory
- extends Object
This class is used as sub-element for Ant tasks.
- Author:
- Michael Griffel
|
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 |
SourceDirectory
public SourceDirectory()
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.