Class OfflineLink
java.lang.Object
org.apache.maven.plugins.javadoc.options.OfflineLink
- All Implemented Interfaces:
Serializable
An offline link parameter.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Method equals.Get the location of the link.getUrl()
Get the url of the link.int
hashCode()
Method hashCode.void
setLocation
(String location) Set the location of the link.void
Set the url of the link.toString()
Method toString.
-
Constructor Details
-
OfflineLink
public OfflineLink()
-
-
Method Details
-
equals
Method equals. -
getLocation
Get the location of the link.- Returns:
- String
-
getUrl
Get the url of the link.- Returns:
- String
-
hashCode
public int hashCode()Method hashCode. -
setLocation
Set the location of the link.- Parameters:
location
- a location object.
-
setUrl
Set the url of the link.- Parameters:
url
- a url object.
-
toString
Method toString.
-