org.apache.tools.ant.taskdefs
public class Javadoc.LinkArgument extends Object
| Constructor Summary | |
|---|---|
| LinkArgument() | |
| Method Summary | |
|---|---|
| String | getHref() |
| File | getPackagelistLoc() |
| boolean | isLinkOffline() |
| void | setHref(String hr) |
| void | setOffline(boolean offline) |
| void | setPackagelistLoc(File src) |
| 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? |
Parameters: resolve a boolean value