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 mainIOException - on IO errorfor a version that does NOT call
System.exit@Nonnull public static com.helger.commons.state.ESuccess mainProgram(String... args) throws IOException
args - main argumentsESuccessIOException - on IO errorpublic static void reInitAll()
Copyright © 2017–2022 Philip Helger. All rights reserved.