net.dpml.tools.tasks
Class JavadocTask.Link

java.lang.Object
  extended bynet.dpml.tools.tasks.JavadocTask.Link
Enclosing class:
JavadocTask

public class JavadocTask.Link
extends Object

Delcaration of a link.


Constructor Summary
JavadocTask.Link()
          Creation of a new link instance.
 
Method Summary
 String getHref()
          Get the href attribute.
 void setHref(String href)
          Set the href attrbute for the api packagelist base.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavadocTask.Link

public JavadocTask.Link()
Creation of a new link instance.

Method Detail

setHref

public void setHref(String href)
Set the href attrbute for the api packagelist base.

Parameters:
href - the href to the packacke list base

getHref

public String getHref()
Get the href attribute.

Returns:
the href attriute value