|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.taskdefs.Javadoc.LinkArgument
public class Javadoc.LinkArgument
Represents a link triplet (href, whether link is offline, location of the package list if off line)
Constructor Summary | |
---|---|
Javadoc.LinkArgument()
Constructor for LinkArguement |
Method Summary | |
---|---|
java.lang.String |
getHref()
Get the href attribute. |
java.io.File |
getPackagelistLoc()
Get the packetList location attribute. |
boolean |
isLinkOffline()
Get the linkOffline attribute. |
void |
setHref(java.lang.String hr)
Set the href attribute. |
void |
setOffline(boolean offline)
Set the offline attribute. |
void |
setPackagelistLoc(java.io.File src)
Set the packetlist location attribute. |
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? |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Javadoc.LinkArgument()
Method Detail |
---|
public void setHref(java.lang.String hr)
hr
- a String
valuepublic java.lang.String getHref()
public void setPackagelistLoc(java.io.File src)
src
- a File
valuepublic java.io.File getPackagelistLoc()
public void setOffline(boolean offline)
offline
- a boolean
valuepublic boolean isLinkOffline()
public void setResolveLink(boolean resolve)
resolve
- a boolean
valuepublic boolean shouldResolveLink()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |