public abstract class AbstractInfoExtractor
extends org.apache.kylin.common.util.AbstractApplication
| Modifier and Type | Field and Description |
|---|---|
protected File |
exportDir |
protected org.apache.commons.cli.Options |
options |
protected String |
packageType |
| Constructor and Description |
|---|
AbstractInfoExtractor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
execute(org.apache.kylin.common.util.OptionsHelper optionsHelper) |
protected abstract void |
executeExtract(org.apache.kylin.common.util.OptionsHelper optionsHelper,
File exportDir) |
String |
getExportDest() |
protected org.apache.commons.cli.Options |
getOptions() |
protected final org.apache.commons.cli.Options options
protected String packageType
protected File exportDir
protected org.apache.commons.cli.Options getOptions()
getOptions in class org.apache.kylin.common.util.AbstractApplicationprotected void execute(org.apache.kylin.common.util.OptionsHelper optionsHelper)
throws Exception
execute in class org.apache.kylin.common.util.AbstractApplicationExceptionprotected abstract void executeExtract(org.apache.kylin.common.util.OptionsHelper optionsHelper,
File exportDir)
throws Exception
Exceptionpublic String getExportDest()
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.