public class KeyShell extends Configured implements Tool
Modifier and Type | Field and Description |
---|---|
PrintStream |
err
allows stderr to be captured if necessary.
|
static String |
NO_VALID_PROVIDERS |
PrintStream |
out
allows stdout to be captured if necessary.
|
Constructor and Description |
---|
KeyShell() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
main() entry point for the KeyShell.
|
int |
run(String[] args)
Primary entry point for the KeyShell; called via main().
|
getConf, setConf
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConf, setConf
public static final String NO_VALID_PROVIDERS
public PrintStream out
public PrintStream err
public int run(String[] args) throws Exception
run
in interface Tool
args
- Command line arguments.Exception
Copyright © 2017 Apache Software Foundation. All Rights Reserved.