org.apache.tools.ant.taskdefs
Class Javadoc.LinkArgument
java.lang.Object
org.apache.tools.ant.taskdefs.Javadoc.LinkArgument
- Javadoc
public class Javadoc.LinkArgument
extends java.lang.Object
Represents a link triplet (href, whether link is offline,
location of the package list if off line)
String | getHref() - Get the href attribute.
|
File | getPackagelistLoc() - 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 | 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?
|
LinkArgument
public LinkArgument()
Constructor for LinkArguement
getHref
public String getHref()
Get the href attribute.
getPackagelistLoc
public File getPackagelistLoc()
Get the packetList location attribute.
- the packetList location attribute.
isLinkOffline
public boolean isLinkOffline()
Get the linkOffline attribute.
- the linkOffline attribute.
setHref
public void setHref(String hr)
Set the href attribute.
setOffline
public void setOffline(boolean offline)
Set the offline attribute.
offline
- a boolean
value
setPackagelistLoc
public void setPackagelistLoc(File src)
Set the packetlist location attribute.
setResolveLink
public void setResolveLink(boolean resolve)
Sets whether Ant should resolve the link attribute relative
to the current basedir.
resolve
- a boolean
value
shouldResolveLink
public boolean shouldResolveLink()
should Ant resolve the link attribute relative to the
current basedir?
- the resolveLink attribute.