org.apache.tools.ant.taskdefs

Class Gjdoc.LinkArgument

Enclosing Class:
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)

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?

Constructor Details

LinkArgument

public LinkArgument()

Method Details

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.
Parameters:
resolve - a boolean value

shouldResolveLink

public boolean shouldResolveLink()
should Ant resolve the link attribute relative to the current basedir?

Copyright B) 2000-2006 Apache Software Foundation. All Rights Reserved.