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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanMethod equals.Get the location of the link.getUrl()Get the url of the link.inthashCode()Method hashCode.voidsetLocation(String location) Set the location of the link.voidSet 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. 
 -