|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.tools.groovydoc.LinkArgument
class LinkArgument extends Object
Represents a link pair (href, packages). The packages are comma separated.
Constructor Summary | |
LinkArgument()
|
Method Summary | |
---|---|
String
|
getHref()
Get the href attribute. |
String
|
getPackages()
Get the packages attribute. |
void
|
setHref(String hr)
Set the href attribute. |
void
|
setPackages(String packages)
Set the packages attribute. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
LinkArgument()
Method Detail |
---|
public String getHref()
public String getPackages()
public void setHref(String hr)
String
value representing the URL to use for this link
public void setPackages(String packages)
Copyright © 2003-2009 The Codehaus. All rights reserved.