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()
Method Summary
StringgetHref()
FilegetPackagelistLoc()
booleanisLinkOffline()
voidsetHref(String hr)
voidsetOffline(boolean offline)
voidsetPackagelistLoc(File src)
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()

Method Detail

getHref

public String getHref()

getPackagelistLoc

public File getPackagelistLoc()

isLinkOffline

public boolean isLinkOffline()

setHref

public void setHref(String hr)

setOffline

public void setOffline(boolean offline)

setPackagelistLoc

public void setPackagelistLoc(File src)

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?
Copyright