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 boolean
equals(Object other)
Method equals.String
getLocation()
Get the location of the link.String
getUrl()
Get the url of the link.int
hashCode()
Method hashCode.void
setLocation(String location)
Set the location of the link.void
setUrl(String url)
Set the url of the link.String
toString()
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.
-
-