Package org.apache.tools.ant.taskdefs
Class Javadoc.LinkArgument
java.lang.Object
org.apache.tools.ant.taskdefs.Javadoc.LinkArgument
- Enclosing class:
- Javadoc
Represents a link triplet (href, whether link is offline,
 location of the package list if off line)
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetHref()Get the href attribute.Get the packetList location attribute.Get the packetList location attribute.booleanGet the linkOffline attribute.voidSet the href attribute.voidsetOffline(boolean offline) Set the offline attribute.voidsetPackagelistLoc(File src) Set the packetlist location attribute.voidsetPackagelistURL(URL src) Set the packetlist location attribute.voidsetResolveLink(boolean resolve) Sets whether Ant should resolve the link attribute relative to the current basedir.booleanshould Ant resolve the link attribute relative to the current basedir?
- 
Constructor Details- 
LinkArgumentpublic LinkArgument()Constructor for LinkArgument
 
- 
- 
Method Details- 
setHrefSet the href attribute.- Parameters:
- hr- a- Stringvalue
 
- 
getHrefGet the href attribute.- Returns:
- the href attribute.
 
- 
setPackagelistLocSet the packetlist location attribute.- Parameters:
- src- a- Filevalue
 
- 
getPackagelistLocGet the packetList location attribute.- Returns:
- the packetList location attribute.
 
- 
setPackagelistURLSet the packetlist location attribute.- Parameters:
- src- an- URLvalue
 
- 
getPackagelistURLGet the packetList location attribute.- Returns:
- the packetList location attribute.
 
- 
setOfflinepublic void setOffline(boolean offline) Set the offline attribute.- Parameters:
- offline- a- booleanvalue
 
- 
isLinkOfflinepublic boolean isLinkOffline()Get the linkOffline attribute.- Returns:
- the linkOffline attribute.
 
- 
setResolveLinkpublic void setResolveLink(boolean resolve) Sets whether Ant should resolve the link attribute relative to the current basedir.- Parameters:
- resolve- a- booleanvalue
 
- 
shouldResolveLinkpublic boolean shouldResolveLink()should Ant resolve the link attribute relative to the current basedir?- Returns:
- the resolveLink attribute.
 
 
-