org.apache.tools.ant.taskdefs

Class Gjdoc.SourceFile

Enclosing Class:
Gjdoc

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

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

Constructor Summary

SourceFile()
Default constructor
SourceFile(File file)
Constructor specifying the source file directly

Method Summary

File
getFile()
Get the source file.
void
setFile(File file)
Set the source file.

Constructor Details

SourceFile

public SourceFile()
Default constructor

SourceFile

public SourceFile(File file)
Constructor specifying the source file directly
Parameters:
file - the source file

Method Details

getFile

public File getFile()
Get the source file.
Returns:
the source file.

setFile

public void setFile(File file)
Set the source file.
Parameters:
file - the source file.

Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.