org.aspectj.tools.ant.taskdefs
Class Ajc2.Argfile

java.lang.Object
  |
  +--org.aspectj.tools.ant.taskdefs.Ajc2.Argfile
Enclosing class:
Ajc2

public static class Ajc2.Argfile
extends java.lang.Object

A simple class with one member -- file -- that represents an argument file.


Constructor Summary
Ajc2.Argfile()
           
 
Method Summary
 java.io.File getFile()
           
 void setFile(java.io.File file)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Ajc2.Argfile

public Ajc2.Argfile()
Method Detail

setFile

public void setFile(java.io.File file)

getFile

public java.io.File getFile()

toString

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