|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jitr.JitrConfigurationFactory
public final class JitrConfigurationFactory
A simple factory for creating ConfigurationModels. This takes into account any
JitrConfiguration annotations as well as any overriding system properties.
| Field Summary | |
|---|---|
static java.lang.String |
BASE_URI_SP_KEY
The system property key to use when setting the base URI from the command line. |
static java.lang.String |
CONTAINER_CLASS_SP_KEY
The system property key to use when setting the container class from the command line. |
static java.lang.String |
MODE_SP_KEY
The system property key to use when setting the operational mode from the command line. |
static java.lang.String |
PORT_SP_KEY
The system property key to use when setting the port from the command line. |
static java.lang.String |
SP_KEY_PREFIX
Prefix string used for all Jitr system properties. |
| Method Summary | |
|---|---|
static ConfigurationModel |
createConfigurationFromAnnotation(JitrConfiguration annot)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String SP_KEY_PREFIX
public static final java.lang.String BASE_URI_SP_KEY
MODE_SP_KEY,
Constant Field Valuespublic static final java.lang.String CONTAINER_CLASS_SP_KEY
public static final java.lang.String MODE_SP_KEY
public static final java.lang.String PORT_SP_KEY
MODE_SP_KEY,
Constant Field Values| Method Detail |
|---|
public static ConfigurationModel createConfigurationFromAnnotation(JitrConfiguration annot)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||