public final class JJDocGlobals extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
s_input_file
The name of the input file.
|
static String |
s_output_file
The name of the output file.
|
static String |
STANDARD_INPUT |
static String |
STANDARD_OUTPUT |
| Constructor and Description |
|---|
JJDocGlobals() |
| Modifier and Type | Method and Description |
|---|---|
static void |
debug(String message)
Log informational messages.
|
static void |
error(String message)
Log error messages.
|
static IDocGenerator |
getGenerator()
The commandline option is either TEXT or not, but the generator might have
been set to some other Generator using the setGenerator method.
|
static void |
info(String message)
Log informational messages.
|
static void |
setGenerator(IDocGenerator generator) |
public static final String STANDARD_INPUT
public static final String STANDARD_OUTPUT
public static String s_input_file
public static String s_output_file
public static void setGenerator(IDocGenerator generator)
generator - The generator to set.public static IDocGenerator getGenerator()
public static void debug(String message)
message - the message to logpublic static void info(String message)
message - the message to logpublic static void error(String message)
message - the message to logCopyright © 2017–2018 Philip Helger. All rights reserved.