public class Constants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PARAM_INHABITANT_SOURCE_FILE
This is the source inhabitants file read.
|
static String |
PARAM_INHABITANT_TARGET_FILE
This is the target inhabitants file built.
|
static String |
PARAM_INHABITANTS_CLASSPATH
This is the working classpath the introspection machinery will use to resolve
referenced contracts and annotations.
|
static String |
PARAM_INHABITANTS_CLASSPATH_ADVISOR
This is the optionally provided Advisor for pruning and/or caching the
PARAM_INHABITANTS_CLASSPATH . |
static String |
PARAM_INHABITANTS_SORTED
Set to true if the inhabitants should be sorted
|
static String |
PARAM_INHABITANTS_SOURCE_FILES
This is the source files (jars | directories) to introspect and build a habitat for.
|
Constructor and Description |
---|
Constants() |
public static final String PARAM_INHABITANT_TARGET_FILE
Passed as a system property.
public static final String PARAM_INHABITANT_SOURCE_FILE
Passed as a system property.
public static final String PARAM_INHABITANTS_SOURCE_FILES
Passed as a system property.
public static final String PARAM_INHABITANTS_CLASSPATH
Passed as a system property.
public static final String PARAM_INHABITANTS_SORTED
Passed as a system property.
public static final String PARAM_INHABITANTS_CLASSPATH_ADVISOR
PARAM_INHABITANTS_CLASSPATH
.
Passed as a system property.
Copyright © 2021. All rights reserved.