public class AdminMain extends Object
| Constructor and Description |
|---|
AdminMain() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
doMain(String[] args) |
int |
executeCommand(String[] argv) |
protected String |
getCommandName() |
protected Set<File> |
getExtensions()
Get set of JAR files that is used to locate local commands (CLICommand).
|
static File |
getJarForClass(Class cls)
Returns source JAR file for given class.
|
static void |
main(String[] args) |
protected Logger logger
protected Set<File> getExtensions()
protected String getCommandName()
public static void main(String[] args)
protected int doMain(String[] args)
public int executeCommand(String[] argv)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.