org.codehaus.groovy.ant
Class Groovydoc.LinkArgument

java.lang.Object
  extended by org.codehaus.groovy.ant.Groovydoc.LinkArgument
Enclosing class:
Groovydoc

public static class Groovydoc.LinkArgument
extends java.lang.Object

Represents a link pair (href, packages).


Field Summary
private  java.lang.String href
           
private  java.lang.String packages
           
 
Constructor Summary
Groovydoc.LinkArgument()
           
 
Method Summary
 java.lang.String getHref()
          Get the href attribute.
 java.lang.String getPackages()
          Get the packages attribute.
 void setHref(java.lang.String hr)
          Set the href attribute.
 void setPackages(java.lang.String packages)
          Set the packages attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

href

private java.lang.String href

packages

private java.lang.String packages
Constructor Detail

Groovydoc.LinkArgument

public Groovydoc.LinkArgument()
Method Detail

getPackages

public java.lang.String getPackages()
Get the packages attribute.

Returns:
the packages attribute.

setPackages

public void setPackages(java.lang.String packages)
Set the packages attribute.

Parameters:
packages - the comma separated package prefixs corresponding to this link

getHref

public java.lang.String getHref()
Get the href attribute.

Returns:
the href attribute.

setHref

public void setHref(java.lang.String hr)
Set the href attribute.

Parameters:
hr - a String value representing the URL to use for this link


Copyright © ${year} The Codehaus. All Rights Reserved.