org.apache.maven.plugin.eclipse
Class JavaSourcesDownloader

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

public class JavaSourcesDownloader
extends AbstractSourcesDownloader

An helper class used to download java sources archives.

Version:
$Id: JavaSourcesDownloader.java 533617 2007-04-30 07:41:05Z ltheussl $
Author:
Stephane Nicoll

Field Summary
 
Fields inherited from class org.apache.maven.plugin.eclipse.AbstractSourcesDownloader
PROXY_LOGINDOMAIN, PROXY_LOGINHOST
 
Constructor Summary
JavaSourcesDownloader()
           
 
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

JavaSourcesDownloader

public JavaSourcesDownloader()
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.