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 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 |
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()
Copyright © 2017–2019 Philip Helger. All rights reserved.