org.apache.tools.ant.taskdefs

Class Javadoc.LinkArgument

public class Javadoc.LinkArgument extends Object

Represents a link triplet (href, whether link is offline, location of the package list if off line)
Constructor Summary
LinkArgument()
Constructor for LinkArguement
Method Summary
StringgetHref()
Get the href attribute.
FilegetPackagelistLoc()
Get the packetList location attribute.
booleanisLinkOffline()
Get the linkOffline attribute.
voidsetHref(String hr)
Set the href attribute.
voidsetOffline(boolean offline)
Set the offline attribute.
voidsetPackagelistLoc(File src)
Set the packetlist location attribute.
voidsetResolveLink(boolean resolve)
Sets whether Ant should resolve the link attribute relative to the current basedir.
booleanshouldResolveLink()
should Ant resolve the link attribute relative to the current basedir?

Constructor Detail

LinkArgument

public LinkArgument()
Constructor for LinkArguement

Method Detail

getHref

public String getHref()
Get the href attribute.

Returns: the href attribute.

getPackagelistLoc

public File getPackagelistLoc()
Get the packetList location attribute.

Returns: the packetList location attribute.

isLinkOffline

public boolean isLinkOffline()
Get the linkOffline attribute.

Returns: the linkOffline attribute.

setHref

public void setHref(String hr)
Set the href attribute.

Parameters: hr a String value

setOffline

public void setOffline(boolean offline)
Set the offline attribute.

Parameters: offline a boolean value

setPackagelistLoc

public void setPackagelistLoc(File src)
Set the packetlist location attribute.

Parameters: src a File value

setResolveLink

public void setResolveLink(boolean resolve)
Sets whether Ant should resolve the link attribute relative to the current basedir.

Parameters: resolve a boolean value

shouldResolveLink

public boolean shouldResolveLink()
should Ant resolve the link attribute relative to the current basedir?

Returns: the resolveLink attribute.