Constructor and Description |
---|
LinkArgument()
Constructor for LinkArgument
|
Modifier and Type | Method and Description |
---|---|
String |
getHref()
Get the href attribute.
|
File |
getPackagelistLoc()
Get the packetList location attribute.
|
URL |
getPackagelistURL()
Get the packetList location attribute.
|
boolean |
isLinkOffline()
Get the linkOffline attribute.
|
void |
setHref(String hr)
Set the href attribute.
|
void |
setOffline(boolean offline)
Set the offline attribute.
|
void |
setPackagelistLoc(File src)
Set the packetlist location attribute.
|
void |
setPackagelistURL(URL 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?
|
public String getHref()
public File getPackagelistLoc()
public URL getPackagelistURL()
public boolean isLinkOffline()
public void setHref(String hr)
hr
- a String
valuepublic void setOffline(boolean offline)
offline
- a boolean
valuepublic void setPackagelistLoc(File src)
src
- a File
valuepublic void setPackagelistURL(URL src)
src
- an URL
valuepublic void setResolveLink(boolean resolve)
resolve
- a boolean
valuepublic boolean shouldResolveLink()