Class OfflineLink
- java.lang.Object
-
- org.apache.maven.plugins.javadoc.options.OfflineLink
-
- All Implemented Interfaces:
Serializable
public class OfflineLink extends Object implements Serializable
An offline link parameter.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OfflineLink()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)Method equals.StringgetLocation()Get the location of the link.StringgetUrl()Get the url of the link.inthashCode()Method hashCode.voidsetLocation(String location)Set the location of the link.voidsetUrl(String url)Set the url of the link.StringtoString()Method toString.
-
-
-
Method Detail
-
equals
public boolean equals(Object other)
Method equals.
-
getLocation
public String getLocation()
Get the location of the link.- Returns:
- String
-
getUrl
public String getUrl()
Get the url of the link.- Returns:
- String
-
setLocation
public void setLocation(String location)
Set the location of the link.- Parameters:
location- a location object.
-
setUrl
public void setUrl(String url)
Set the url of the link.- Parameters:
url- a url object.
-
-