attrib4j.ant
Class Attrib4jTask.SourceFile

java.lang.Object
  |
  +--attrib4j.ant.Attrib4jTask.SourceFile
Enclosing class:
Attrib4jTask

public static class Attrib4jTask.SourceFile
extends java.lang.Object

This class is used to manage the source files to be processed.


Constructor Summary
Attrib4jTask.SourceFile()
           
Attrib4jTask.SourceFile(java.io.File file)
           
 
Method Summary
 java.io.File getFile()
          Get the source file.
 void setFile(java.io.File file)
          Set the source file.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Attrib4jTask.SourceFile

public Attrib4jTask.SourceFile()

Attrib4jTask.SourceFile

public Attrib4jTask.SourceFile(java.io.File file)
Method Detail

setFile

public void setFile(java.io.File file)
Set the source file.

Parameters:
file - the source file.

getFile

public java.io.File getFile()
Get the source file.

Returns:
the source file.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2002-2003 Mark Pollack. All Rights Reserved.