|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.ant.Groovydoc.LinkArgument
public static class Groovydoc.LinkArgument
Represents a link pair (href, packages).
Constructor Summary | |
---|---|
Groovydoc.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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Groovydoc.LinkArgument()
Method Detail |
---|
public String getPackages()
public void setPackages(String packages)
packages
- the comma separated package prefixs corresponding to this linkpublic String getHref()
public void setHref(String hr)
hr
- a String
value representing the URL to use for this link
|
Copyright © 2003-2008 The Codehaus. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |