org.apache.maven.plugin.javadoc
Class OfflineLink

java.lang.Object
  extended by org.apache.maven.plugin.javadoc.OfflineLink

public class OfflineLink
extends java.lang.Object

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

OfflineLink

public OfflineLink()
Method Detail

getUrl

public java.lang.String getUrl()
Method to get the url of the link

Returns:
a String that contains the url

setUrl

public void setUrl(java.lang.String url)
Method to set the url of the link

Parameters:
url - the value to be set

getLocation

public java.io.File getLocation()
Method to get the location of the link

Returns:
a String that contains the url

setLocation

public void setLocation(java.io.File location)
Method to set the location of the link

Parameters:
location - the value to be set


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.