|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.javadoc.OfflineLink
public class OfflineLink
This class represents an offline link parameter specfied in the plugin configuration.
Constructor Summary | |
---|---|
OfflineLink()
|
Method Summary | |
---|---|
java.io.File |
getLocation()
Method to get the location of the link |
java.lang.String |
getUrl()
Method to get the url of the link |
void |
setLocation(java.io.File location)
Method to set the location of the link |
void |
setUrl(java.lang.String url)
Method to set the url of the link |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OfflineLink()
Method Detail |
---|
public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url
- the value to be setpublic java.io.File getLocation()
public void setLocation(java.io.File location)
location
- the value to be set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |