public interface FileGenerationType
Modifier and Type | Field and Description |
---|---|
static char |
GENERATE_ALWAYS
Always generate the file.
|
static char |
GENERATE_IF_NOT_EXIST
Only generate the file if it does not exist.
|
static char |
GENERATE_NEVER
Never generate the file.
|
static final char GENERATE_ALWAYS
static final char GENERATE_NEVER
static final char GENERATE_IF_NOT_EXIST
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence