org.apache.maven.plugin.eclipse
Class JavadocsDownloader

java.lang.Object
  extended byorg.apache.maven.AbstractMavenComponent
      extended byorg.apache.maven.plugin.eclipse.AbstractSourcesDownloader
          extended byorg.apache.maven.plugin.eclipse.JavadocsDownloader

public class JavadocsDownloader
extends AbstractSourcesDownloader

An helper class used to download javadocs archives.

Author:
Nicolas De Loof, Stephane Nicoll

Field Summary
 
Fields inherited from class org.apache.maven.plugin.eclipse.AbstractSourcesDownloader
PROXY_LOGINDOMAIN, PROXY_LOGINHOST
 
Constructor Summary
JavadocsDownloader()
           
 
Method Summary
protected  String buildRelativePath()
           
protected  String getSourceName()
           
 
Methods inherited from class org.apache.maven.plugin.eclipse.AbstractSourcesDownloader
downloadSources, getArtifactId, getGroupId, getProject, getRemoteArtifact, getVersion, isSnapshot, setArtifactId, setGroupId, setProject, setVersion
 
Methods inherited from class org.apache.maven.AbstractMavenComponent
getMessage, getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavadocsDownloader

public JavadocsDownloader()
Method Detail

buildRelativePath

protected String buildRelativePath()
Specified by:
buildRelativePath in class AbstractSourcesDownloader

getSourceName

protected String getSourceName()
Specified by:
getSourceName in class AbstractSourcesDownloader


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.