public abstract class BaseExtractor extends Object implements Extractor
| Modifier and Type | Field and Description |
|---|---|
protected Downloader |
downloader |
protected org.gcube.common.core.utils.logging.GCUBELog |
logger |
protected AntRunner |
run
Local Ant runner
|
| Constructor and Description |
|---|
BaseExtractor(Downloader downloader) |
| Modifier and Type | Method and Description |
|---|---|
File |
getDownloadedFile() |
String |
getName() |
String |
getPackagedir() |
String |
getPackageFilesDir() |
String |
getServiceClass() |
String |
getServiceKey() |
String |
getServiceName() |
String |
getServiceVersion() |
String |
getVersion() |
boolean |
isUpdate() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPackageprotected final org.gcube.common.core.utils.logging.GCUBELog logger
protected AntRunner run
protected Downloader downloader
public BaseExtractor(Downloader downloader) throws Exception
Exceptionpublic File getDownloadedFile()
public String getServiceClass()
public String getServiceName()
public String getName()
public String getVersion()
public String getServiceVersion()
public String getServiceKey()
public String getPackageFilesDir()
public boolean isUpdate()
public String getPackagedir()
Copyright © 2015. All Rights Reserved.