Package org.apache.tools.ant.taskdefs
Class Javadoc.LinkArgument
java.lang.Object
org.apache.tools.ant.taskdefs.Javadoc.LinkArgument
- 
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- 
setHref
- 
getHref
- 
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.
 
 
-