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
-
getLocation
-
getUrl
-
hashCode
-
setLocation
Set the location of the link.- Parameters:
location- a location object.
-
setUrl
-
toString
-