attrib4j.ant
Class Attrib4jTask.PackageName

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

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

Used to track info about the packages to be javadoc'd


Constructor Summary
Attrib4jTask.PackageName()
           
 
Method Summary
 java.lang.String getName()
          Get the package name.
 void setName(java.lang.String name)
          Set the name of the package
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Attrib4jTask.PackageName

public Attrib4jTask.PackageName()
Method Detail

setName

public void setName(java.lang.String name)
Set the name of the package

Parameters:
name - the package name.

getName

public java.lang.String getName()
Get the package name.

Returns:
the package's name.

toString

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


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