org.apache.tools.ant.taskdefs
public class Javadoc.LinkArgument extends Object
Constructor Summary | |
---|---|
LinkArgument() Constructor for LinkArguement |
Method Summary | |
---|---|
String | getHref()
Get the href attribute. |
File | getPackagelistLoc()
Get the packetList location attribute. |
URL | getPackagelistURL()
Get the packetList location attribute. |
boolean | isLinkOffline()
Get the linkOffline attribute. |
void | setHref(String hr)
Set the href attribute. |
void | setOffline(boolean offline)
Set the offline attribute. |
void | setPackagelistLoc(File src)
Set the packetlist location attribute. |
void | setPackagelistURL(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? |
Returns: the href attribute.
Returns: the packetList location attribute.
Returns: the packetList location attribute.
Returns: the linkOffline attribute.
Parameters: hr a String
value
Parameters: offline a boolean
value
Parameters: src a File
value
Parameters: src an URL
value
Parameters: resolve a boolean
value
Returns: the resolveLink attribute.