org.apache.tools.ant.taskdefs
Class Gjdoc.LinkArgument

java.lang.Object
  extended by org.apache.tools.ant.taskdefs.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
Gjdoc.LinkArgument()
           
 
Method Summary
 java.lang.String getHref()
           
 java.io.File getPackagelistLoc()
           
 boolean isLinkOffline()
           
 void setHref(java.lang.String hr)
           
 void setOffline(boolean offline)
           
 void setPackagelistLoc(java.io.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?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gjdoc.LinkArgument

public Gjdoc.LinkArgument()
Method Detail

setHref

public void setHref(java.lang.String hr)

getHref

public java.lang.String getHref()

setPackagelistLoc

public void setPackagelistLoc(java.io.File src)

getPackagelistLoc

public java.io.File getPackagelistLoc()

setOffline

public void setOffline(boolean offline)

isLinkOffline

public boolean isLinkOffline()

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?