org.apache.tools.ant.taskdefsClass Javadoc.PackageName
- java.lang.Object
- org.apache.tools.ant.taskdefs.Javadoc.PackageName
- Enclosing class:
- Javadoc
public static class Javadoc.PackageName extends java.lang.Object
Used to track info about the packages to be javadoc'd
Constructor Summary
Constructors Constructor and Description PackageName()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.String
getName()
Get the package name.void
setName(java.lang.String name)
Set the name of the packagejava.lang.String
toString()
Return a string rep for this object.
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()Return a string rep for this object.
- Overrides:
toString
in classjava.lang.Object
- Returns:
- the package name.