|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpmp.cli.Main
public class Main
Main class for CLI interface.
Title: PMP: Macroprocessor
Description: Java macroprocessor
Copyright: Copyright (c) 2005
Field Summary | |
---|---|
static java.lang.String |
END_OF_OPTIONS
End of options is signalized by "--" |
static java.lang.String |
OPTION_BUILTIN
Load macro from class. |
static java.lang.String |
OPTION_CONFIGFILE
Configuration file. |
static java.lang.String |
OPTION_DEBUG
Debug level. |
static java.lang.String |
OPTION_DEFINE
Macro definition. |
static java.lang.String |
OPTION_INPUT_ENCODING
Input encoding. |
static java.lang.String |
OPTION_OUTPUT_ENCODING
Output encoding. |
static java.lang.String |
OPTION_OUTPUTFILE
Output file. |
Constructor Summary | |
---|---|
Main()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Main method. |
void |
run(java.lang.String[] args)
Command line version of PMP. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String OPTION_DEFINE
public static final java.lang.String OPTION_BUILTIN
public static final java.lang.String OPTION_DEBUG
public static final java.lang.String OPTION_CONFIGFILE
public static final java.lang.String OPTION_OUTPUTFILE
public static final java.lang.String OPTION_INPUT_ENCODING
public static final java.lang.String OPTION_OUTPUT_ENCODING
public static final java.lang.String END_OF_OPTIONS
"--"
Constructor Detail |
---|
public Main()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
run
on created instance of ths class.
args
-
java.lang.Exception
public void run(java.lang.String[] args) throws java.lang.Exception
args
- command line arguments
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |