Modifier and Type | Field and Description |
---|---|
static String |
COMMON_SOURCE_TEMPLATES_KEY
Key: common runtime source generation templates.
|
static Class<? extends JiffleRuntime> |
DEFAULT_DIRECT_BASE_CLASS
Default base class for direct runtime classes.
|
static Class<? extends JiffleRuntime> |
DEFAULT_INDIRECT_BASE_CLASS
Default base class for indirect runtime classes.
|
static String |
DIRECT_BASE_CLASS_KEY
Key: direct runtime base class name.
|
static String |
DIRECT_CLASS_KEY
Key: direct runtime class name.
|
static String |
DIRECT_SOURCE_TEMPLATES_KEY
Key: direct runtime source generation templates.
|
static String |
IMPORTS_KEY
Key: default runtime imports.
|
static String |
INDIRECT_BASE_CLASS_KEY
Key: indirect runtime base class name.
|
static String |
INDIRECT_CLASS_KEY
Key: indirect runtime class name.
|
static String |
INDIRECT_SOURCE_TEMPLATES_KEY
Key: indirect runtime source generation templates.
|
static String |
NAME_KEY
Key: default toot name for a Jiffle instance.
|
static String |
PROPERTIES_FILE
Properties file name.
|
static String |
RUNTIME_IMPORTS_DELIM
Delimiter used to separate multiple import entries
|
static String |
RUNTIME_PACKAGE_KEY
Key: runtime class package
|
Constructor and Description |
---|
JiffleProperties() |
public static final String PROPERTIES_FILE
public static final String NAME_KEY
public static final String RUNTIME_PACKAGE_KEY
public static final String DIRECT_CLASS_KEY
public static final String DIRECT_BASE_CLASS_KEY
public static final String INDIRECT_CLASS_KEY
public static final String INDIRECT_BASE_CLASS_KEY
public static final String IMPORTS_KEY
public static final String RUNTIME_IMPORTS_DELIM
public static final String COMMON_SOURCE_TEMPLATES_KEY
public static final String DIRECT_SOURCE_TEMPLATES_KEY
public static final String INDIRECT_SOURCE_TEMPLATES_KEY
public static final Class<? extends JiffleRuntime> DEFAULT_DIRECT_BASE_CLASS
public static final Class<? extends JiffleRuntime> DEFAULT_INDIRECT_BASE_CLASS
Copyright © 2006–2018 GeoSolutions. All rights reserved.