public final class ReflectorConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FACET_DECORATOR_CLASS_NAMES
Key used to lookup comma-separated list of
FacetDecorators. |
static String |
FACET_FACTORY_EXCLUDE_CLASS_NAME_LIST
Key used to lookup comma-separated list of
FacetFactorys to
exclude (that might otherwise be included specified by the
PROGRAMMING_MODEL_FACETS_CLASS_NAME. |
static String |
FACET_FACTORY_INCLUDE_CLASS_NAME_LIST
Key used to lookup comma-separated list of
FacetFactorys to
include (over and above those specified by
PROGRAMMING_MODEL_FACETS_CLASS_NAME. |
static String |
META_MODEL_VALIDATOR_CLASS_NAME
Key used to lookup implementation of
MetaModelValidator in
IsisConfiguration. |
static String |
META_MODEL_VALIDATOR_CLASS_NAME_DEFAULT |
static String |
PROGRAMMING_MODEL_FACETS_CLASS_NAME
Key used to lookup implementation of
ProgrammingModel in
IsisConfiguration. |
static String |
PROGRAMMING_MODEL_FACETS_CLASS_NAME_DEFAULT |
public static final String PROGRAMMING_MODEL_FACETS_CLASS_NAME
ProgrammingModel in
IsisConfiguration.public static final String PROGRAMMING_MODEL_FACETS_CLASS_NAME_DEFAULT
public static final String META_MODEL_VALIDATOR_CLASS_NAME
MetaModelValidator in
IsisConfiguration.public static final String META_MODEL_VALIDATOR_CLASS_NAME_DEFAULT
public static final String FACET_FACTORY_INCLUDE_CLASS_NAME_LIST
FacetFactorys to
include (over and above those specified by
PROGRAMMING_MODEL_FACETS_CLASS_NAME.public static final String FACET_FACTORY_EXCLUDE_CLASS_NAME_LIST
FacetFactorys to
exclude (that might otherwise be included specified by the
PROGRAMMING_MODEL_FACETS_CLASS_NAME.public static final String FACET_DECORATOR_CLASS_NAMES
FacetDecorators.Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.