public class Javadoc.LinkArgument
extends java.lang.Object
| Constructor and Description | 
|---|
| Javadoc.LinkArgument()Constructor for LinkArgument | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getHref()Get the href attribute. | 
| java.io.File | getPackagelistLoc()Get the packetList location attribute. | 
| java.net.URL | getPackagelistURL()Get the packetList location attribute. | 
| boolean | isLinkOffline()Get the linkOffline attribute. | 
| void | setHref(java.lang.String hr)Set the href attribute. | 
| void | setOffline(boolean offline)Set the offline attribute. | 
| void | setPackagelistLoc(java.io.File src)Set the packetlist location attribute. | 
| void | setPackagelistURL(java.net.URL src)Set the packetlist location attribute. | 
| void | setResolveLink(boolean resolve)Sets whether Ant should resolve the link attribute relative
 to the current basedir. | 
| boolean | shouldResolveLink()should Ant resolve the link attribute relative to the
 current basedir? | 
public void setHref(java.lang.String hr)
hr - a String valuepublic java.lang.String getHref()
public void setPackagelistLoc(java.io.File src)
src - a File valuepublic java.io.File getPackagelistLoc()
public void setPackagelistURL(java.net.URL src)
src - an URL valuepublic java.net.URL getPackagelistURL()
public void setOffline(boolean offline)
offline - a boolean valuepublic boolean isLinkOffline()
public void setResolveLink(boolean resolve)
resolve - a boolean valuepublic boolean shouldResolveLink()