public class Main extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static ModuleRegistry |
theRegistry
The ModuleRegistry.
|
| Constructor and Description |
|---|
Main() |
| Modifier and Type | Method and Description |
|---|---|
static int |
main(String[] args)
Main method.
|
static void |
moduleActivate(Module thisModule)
Diet4j module activation.
|
protected static int |
synopsis()
Print the synopsis.
|
protected static ModuleRegistry theRegistry
public static int main(String[] args) throws ModuleException, ParseException, MalformedURLException, ClassNotFoundException
args - command-line argumentsModuleException - module resolution failedParseExceptionMalformedURLExceptionClassNotFoundExceptionprotected static int synopsis()
public static void moduleActivate(Module thisModule) throws ModuleActivationException
thisModule - the Module being activatedModuleActivationException - thrown if module activation failedCopyright © 2018. All rights reserved.