|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.tools.groovydoc.LinkArgument
public class LinkArgument
Represents a link pair (href, packages). The packages are comma separated.
Constructor Summary | |
---|---|
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 |
Constructor Detail |
---|
public LinkArgument()
Method Detail |
---|
public java.lang.String getPackages()
public void setPackages(java.lang.String packages)
packages
- the comma separated package prefixs corresponding to this linkpublic java.lang.String getHref()
public void setHref(java.lang.String hr)
hr
- a String
value representing the URL to use for this link
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |