jdiff

Class JDiffAntTask.ProjectInfo

public static class JDiffAntTask.ProjectInfo extends Object

This class handles the information about a project, whether it is the older or newer version. Note: Don't confuse this class with the Project used by Ant. This ProjectInfo class is from local to this task.
Method Summary
voidaddDirset(DirSet aDirset)
Used to store the child element named "dirset", which is under the "old" or "new" XML elements.
VectorgetDirsets()
StringgetJavadoc()
StringgetName()
voidsetDirset(DirSet value)
voidsetJavadoc(String value)
voidsetName(String value)

Method Detail

addDirset

public void addDirset(DirSet aDirset)
Used to store the child element named "dirset", which is under the "old" or "new" XML elements.

getDirsets

public Vector getDirsets()

getJavadoc

public String getJavadoc()

getName

public String getName()

setDirset

public void setDirset(DirSet value)

setJavadoc

public void setJavadoc(String value)

setName

public void setName(String value)