public final class Address
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static @NotNull java.lang.String |
DATE
An address used to store the date at the time of the execution.
|
static @NotNull java.lang.String |
DEFINE
An address used to allocate a json string containing the sequences to be replaced
and their replacement.
|
static @NotNull java.lang.String |
DIR
An address used to allocate the current directory.
|
static @NotNull java.lang.String |
FILE
An address used to allocate the current file name.
|
static @NotNull java.lang.String |
JAMPLATE
The address used to allocate the jamplate version.
|
static @NotNull java.lang.String |
LINE
An address used to allocate the current line.
|
static @NotNull java.lang.String |
OUTPUT
An address used to store the output directory.
|
static @NotNull java.lang.String |
PATH
An address used to allocate the current path.
|
static @NotNull java.lang.String |
PROJECT
An address used to store the project directory.
|
static @NotNull java.lang.String |
TIME
An address used to store the time at the time of the execution.
|
@NotNull public static final @NotNull java.lang.String DATE
@NotNull public static final @NotNull java.lang.String DEFINE
@NotNull public static final @NotNull java.lang.String DIR
@NotNull public static final @NotNull java.lang.String FILE
@NotNull public static final @NotNull java.lang.String JAMPLATE
@NotNull public static final @NotNull java.lang.String LINE
@NotNull public static final @NotNull java.lang.String OUTPUT
@NotNull public static final @NotNull java.lang.String PATH
@NotNull public static final @NotNull java.lang.String PROJECT
@NotNull public static final @NotNull java.lang.String TIME