org.apache.maven.plugin.javadoc.options
Class OfflineLink

java.lang.Object
  extended by org.apache.maven.plugin.javadoc.options.OfflineLink
All Implemented Interfaces:
java.io.Serializable

public class OfflineLink
extends java.lang.Object
implements java.io.Serializable

An offline link parameter.

Version:
$Revision: 829389 $ $Date: 2012-08-19 17:23:07 +0000 (Sun, 19 Aug 2012) $
See Also:
Serialized Form

Constructor Summary
OfflineLink()
           
 
Method Summary
 boolean equals(java.lang.Object other)
          Method equals.
 java.lang.String getLocation()
          Get the location of the link.
 java.lang.String getModelEncoding()
           
 java.lang.String getUrl()
          Get the url of the link.
 int hashCode()
          Method hashCode.
 void setLocation(java.lang.String location)
          Set the location of the link.
 void setModelEncoding(java.lang.String modelEncoding)
          Set an encoding used for reading/writing the model.
 void setUrl(java.lang.String url)
          Set the url of the link.
 java.lang.String toString()
          Method toString.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OfflineLink

public OfflineLink()
Method Detail

equals

public boolean equals(java.lang.Object other)
Method equals.

Overrides:
equals in class java.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:
hashCode in class java.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:
toString in class java.lang.Object
Returns:
java.lang.String

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)
Set an encoding used for reading/writing the model.

Parameters:
modelEncoding - the encoding used when reading/writing the model.

getModelEncoding

public java.lang.String getModelEncoding()
Returns:
the current encoding used when reading/writing this model.


Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.