|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openinvoice.ubl4j.ui.console.UBL4JConsoleOptions
public class UBL4JConsoleOptions
Specifies the command line options used by the UBL4JConsole
. See usage example
UBL4JConsole
.
Field Summary | |
---|---|
static String |
CONVERT
-c option specifies rendering an UBL order file to an UBL invoice. |
static String |
CONVERT_ALIAS
|
String |
convertOrderToInvoice
|
static String |
FORMAT
-f option specifies the desired output format used for rendering the invoice. |
static String |
FORMAT_ALIAS
|
boolean |
help
|
static String |
HELP
-h option prints command-line help information |
static String |
HELP_ALIAS
|
static String |
OUTPUT
-o option specifies the invoice output file path. |
static String |
OUTPUT_ALIAS
|
protected String |
outputFilePath
|
protected String |
outputFormat
|
static String |
RENDER
-r option specifies rendering an UBL invoice file to desired output. |
static String |
RENDER_ALIAS
|
String |
renderInvoice
|
static String |
TEMPLATE
-t option specifies the template to be used for rendering the invoice. |
static String |
TEMPLATE_ALIAS
|
protected String |
templateFilePath
|
Constructor Summary | |
---|---|
UBL4JConsoleOptions()
|
Method Summary | |
---|---|
static String |
format(UBL4JConsoleOptions options)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String CONVERT
public static final String RENDER
public static final String TEMPLATE
public static final String OUTPUT
public static final String FORMAT
public static final String HELP
public static final String CONVERT_ALIAS
public static final String RENDER_ALIAS
public static final String TEMPLATE_ALIAS
public static final String OUTPUT_ALIAS
public static final String HELP_ALIAS
public static final String FORMAT_ALIAS
public String convertOrderToInvoice
public String renderInvoice
protected String outputFormat
protected String outputFilePath
protected String templateFilePath
public boolean help
Constructor Detail |
---|
public UBL4JConsoleOptions()
Method Detail |
---|
public static String format(UBL4JConsoleOptions options)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |