|
barcode4j 2.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.krysalis.barcode4j.cli.Main
public class Main
Command-line interface.
Field Summary | |
---|---|
static java.io.PrintStream |
stderr
stderr for this application (default: System.err) |
static java.io.PrintStream |
stdout
stdout for this application (default: System.out) |
Constructor Summary | |
---|---|
Main()
|
Method Summary | |
---|---|
static java.lang.String |
getVersion()
|
void |
handleCommandLine(java.lang.String[] args)
Handles the command line. |
static void |
main(java.lang.String[] args)
Main method. |
void |
printAppHeader()
Prints the application header on the console. |
static void |
setExitHandler(ExitHandler handler)
Set an alternative exit handler here. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.io.PrintStream stdout
public static java.io.PrintStream stderr
Constructor Detail |
---|
public Main()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- commandline argumentspublic static void setExitHandler(ExitHandler handler)
handler
- the alternative exit handlerpublic void handleCommandLine(java.lang.String[] args)
args
- the command line argumentspublic static java.lang.String getVersion()
public void printAppHeader()
|
barcode4j 2.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |