Class OfflineLink
- java.lang.Object
-
- org.apache.maven.plugins.javadoc.options.OfflineLink
-
- All Implemented Interfaces:
java.io.Serializable
public class OfflineLink extends java.lang.Object implements java.io.SerializableAn 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(java.lang.Object other)Method equals.java.lang.StringgetLocation()Get the location of the link.java.lang.StringgetUrl()Get the url of the link.inthashCode()Method hashCode.voidsetLocation(java.lang.String location)Set the location of the link.voidsetUrl(java.lang.String url)Set the url of the link.java.lang.StringtoString()Method toString.
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
Method equals.- Overrides:
equalsin classjava.lang.Object- Parameters:
other-- Returns:
- boolean
-
getLocation
public java.lang.String getLocation()
Get the location of the link.- Returns:
- String
-
getUrl
public java.lang.String getUrl()
Get the url of the link.- Returns:
- String
-
hashCode
public int hashCode()
Method hashCode.- Overrides:
hashCodein classjava.lang.Object- Returns:
- int
-
setLocation
public void setLocation(java.lang.String location)
Set the location of the link.- Parameters:
location-
-
setUrl
public void setUrl(java.lang.String url)
Set the url of the link.- Parameters:
url-
-
toString
public java.lang.String toString()
Method toString.- Overrides:
toStringin classjava.lang.Object- Returns:
- String
-
-