|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.javadoc.options.OfflineLink
public class OfflineLink
An offline link parameter.
| 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 |
|---|
public OfflineLink()
| Method Detail |
|---|
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectother -
public java.lang.String getLocation()
public java.lang.String getUrl()
public int hashCode()
hashCode in class java.lang.Objectpublic void setLocation(java.lang.String location)
location - public void setUrl(java.lang.String url)
url - public java.lang.String toString()
toString in class java.lang.Objectpublic void setModelEncoding(java.lang.String modelEncoding)
modelEncoding - the encoding used when reading/writing the model.public java.lang.String getModelEncoding()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||