public class Main extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String... args)
A main program that exercises the parser.
|
static com.helger.commons.state.ESuccess |
mainProgram(String... args)
The method to call to exercise the parser from other Java programs.
|
static void |
reInitAll() |
public static void main(String... args) throws IOException
System.exit
with return code 0 for success and 1 for error!args - arguments to mainIOExceptionfor a version that does NOT call
System.exit@Nonnull public static com.helger.commons.state.ESuccess mainProgram(String... args) throws IOException
IOExceptionpublic static void reInitAll()
Copyright © 2017–2019 Philip Helger. All rights reserved.