org.apache.tools.ant.taskdefs
Class Gjdoc.LinkArgument
java.lang.Object
org.apache.tools.ant.taskdefs.Gjdoc.LinkArgument
- Gjdoc
public class Gjdoc.LinkArgument
extends java.lang.Object
Represents a link triplet (href, whether link is offline, location of the
package list if off line)
LinkArgument
public LinkArgument()
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.
resolve
- a boolean
value
shouldResolveLink
public boolean shouldResolveLink()
should Ant resolve the link attribute relative to the
current basedir?
Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.