org.nakedobjects.runtime.system
Class SystemConstants

java.lang.Object
  extended by org.nakedobjects.runtime.system.SystemConstants

public final class SystemConstants
extends java.lang.Object


Field Summary
static java.lang.String AUTHENTICATION_DEFAULT
          Default for AUTHENTICATION_INSTALLER_KEY
static java.lang.String AUTHENTICATION_INSTALLER_KEY
          Key used to lookup authentication manager in NakedObjectConfiguration, and root for any authentication manager-specific configuration keys.
static java.lang.String AUTHORIZATION_DEFAULT
          Default for AUTHORIZATION_DEFAULT
static java.lang.String AUTHORIZATION_INSTALLER_KEY
          Key used to lookup authorization manager in NakedObjectConfiguration, and root for any authorization manager-specific configuration keys.
static java.lang.String CLIENT_CONNECTION_DEFAULT
          Default for CLIENT_CONNECTION_KEY
static java.lang.String CLIENT_CONNECTION_KEY
          Key used to lookup client connection installer in NakedObjectConfiguration, and root for any client connection installer-specific configuration keys.
static java.lang.String DEPLOYMENT_TYPE_DEFAULTED_KEY
          Key used to lookup whether the DeploymentType was defaulted rather than being specified explicitly on the command line.
static java.lang.String DEPLOYMENT_TYPE_KEY
          Key used to lookup DeploymentType (eg via command line) in NakedObjectConfiguration.
static java.lang.String FIXTURE_KEY
          Key by which requested fixture (eg via command line) is made available in NakedObjectConfiguration.
static java.lang.String FIXTURES_INSTALLER_DEFAULT
          Default for FIXTURES_INSTALLER_KEY
static java.lang.String FIXTURES_INSTALLER_KEY
          Key used to lookup fixtures installer in NakedObjectConfiguration, and root for any fixtures installer-specific configuration keys.
static java.lang.String IMAGE_LOADER_DEFAULT
          Default for IMAGE_LOADER_KEY
static java.lang.String IMAGE_LOADER_KEY
          Key used to lookup template image loader in NakedObjectConfiguration, and root for any template image loader-specific configuration keys.
static java.lang.String LOCALE_KEY
           
static boolean NOSPLASH_DEFAULT
           
static java.lang.String NOSPLASH_KEY
          Key as to whether to show splash (eg via command line) is made available in NakedObjectConfiguration.
static java.lang.String OBJECT_PERSISTOR_INSTALLER_KEY
          Key used to lookup persistor in NakedObjectConfiguration, and root for any persistor-specific configuration keys.
static java.lang.String OBJECT_PERSISTOR_KEY
           
static java.lang.String OBJECT_PERSISTOR_NON_PRODUCTION_DEFAULT
           
static java.lang.String OBJECT_PERSISTOR_PRODUCTION_DEFAULT
           
static java.lang.String PASSWORD_KEY
          Key by which requested password (eg via command line) is made available in NakedObjectConfiguration.
static java.lang.String PROFILE_PERSISTOR_INSTALLER_KEY
          Key used to lookup user profile store (via command line) in NakedObjectConfiguration, and root for any user profile store-specific configuration keys.
static java.lang.String REFLECTOR_DEFAULT
          Default for REFLECTOR_KEY
static java.lang.String REFLECTOR_KEY
          Key used to lookup reflector in NakedObjectConfiguration, and root for any reflector-specific configuration keys.
static java.lang.String SERVICES_INSTALLER_DEFAULT
          Default for SERVICES_INSTALLER_KEY
static java.lang.String SERVICES_INSTALLER_KEY
          Key used to lookup services installer in NakedObjectConfiguration, and root for any services installer-specific configuration keys.
static java.lang.String USER_KEY
          Key by which requested user (eg via command line) is made available in NakedObjectConfiguration.
static java.lang.String USER_PROFILE_STORE_KEY
           
static java.lang.String USER_PROFILE_STORE_NON_PRODUCTION_DEFAULT
           
static java.lang.String USER_PROFILE_STORE_PRODUCTION_DEFAULT
           
static java.lang.String VIEWER_DEFAULT
          Default for VIEWER_KEY.
static java.lang.String VIEWER_KEY
          Key used to lookup viewer in NakedObjectConfiguration, and root for any viewer-specific configuration keys.
static java.lang.String WEBSERVER_DEFAULT
          Default for WEBSERVER_KEY
static java.lang.String WEBSERVER_KEY
          Key used to lookup embedded web installer in NakedObjectConfiguration, and root for any embedded web server installer-specific configuration keys.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEPLOYMENT_TYPE_KEY

public static final java.lang.String DEPLOYMENT_TYPE_KEY
Key used to lookup DeploymentType (eg via command line) in NakedObjectConfiguration.

Use DeploymentType.valueOf(String) to decode.

See Also:
Constant Field Values

DEPLOYMENT_TYPE_DEFAULTED_KEY

public static final java.lang.String DEPLOYMENT_TYPE_DEFAULTED_KEY
Key used to lookup whether the DeploymentType was defaulted rather than being specified explicitly on the command line.

Use DeploymentType.valueOf(String) to decode.

See Also:
Constant Field Values

REFLECTOR_KEY

public static final java.lang.String REFLECTOR_KEY
Key used to lookup reflector in NakedObjectConfiguration, and root for any reflector-specific configuration keys.

See Also:
Constant Field Values

REFLECTOR_DEFAULT

public static final java.lang.String REFLECTOR_DEFAULT
Default for REFLECTOR_KEY

See Also:
Constant Field Values

VIEWER_KEY

public static final java.lang.String VIEWER_KEY
Key used to lookup viewer in NakedObjectConfiguration, and root for any viewer-specific configuration keys.

See Also:
Constant Field Values

VIEWER_DEFAULT

public static final java.lang.String VIEWER_DEFAULT
Default for VIEWER_KEY.

See Also:
Constant Field Values

OBJECT_PERSISTOR_INSTALLER_KEY

public static final java.lang.String OBJECT_PERSISTOR_INSTALLER_KEY
Key used to lookup persistor in NakedObjectConfiguration, and root for any persistor-specific configuration keys.

See Also:
Constant Field Values

OBJECT_PERSISTOR_KEY

public static final java.lang.String OBJECT_PERSISTOR_KEY
See Also:
Constant Field Values

OBJECT_PERSISTOR_NON_PRODUCTION_DEFAULT

public static final java.lang.String OBJECT_PERSISTOR_NON_PRODUCTION_DEFAULT
See Also:
Constant Field Values

OBJECT_PERSISTOR_PRODUCTION_DEFAULT

public static final java.lang.String OBJECT_PERSISTOR_PRODUCTION_DEFAULT
See Also:
Constant Field Values

PROFILE_PERSISTOR_INSTALLER_KEY

public static final java.lang.String PROFILE_PERSISTOR_INSTALLER_KEY
Key used to lookup user profile store (via command line) in NakedObjectConfiguration, and root for any user profile store-specific configuration keys.

See Also:
Constant Field Values

USER_PROFILE_STORE_KEY

public static final java.lang.String USER_PROFILE_STORE_KEY
See Also:
Constant Field Values

USER_PROFILE_STORE_NON_PRODUCTION_DEFAULT

public static final java.lang.String USER_PROFILE_STORE_NON_PRODUCTION_DEFAULT
See Also:
Constant Field Values

USER_PROFILE_STORE_PRODUCTION_DEFAULT

public static final java.lang.String USER_PROFILE_STORE_PRODUCTION_DEFAULT
See Also:
Constant Field Values

AUTHENTICATION_INSTALLER_KEY

public static final java.lang.String AUTHENTICATION_INSTALLER_KEY
Key used to lookup authentication manager in NakedObjectConfiguration, and root for any authentication manager-specific configuration keys.

See Also:
Constant Field Values

AUTHENTICATION_DEFAULT

public static final java.lang.String AUTHENTICATION_DEFAULT
Default for AUTHENTICATION_INSTALLER_KEY

See Also:
Constant Field Values

AUTHORIZATION_INSTALLER_KEY

public static final java.lang.String AUTHORIZATION_INSTALLER_KEY
Key used to lookup authorization manager in NakedObjectConfiguration, and root for any authorization manager-specific configuration keys.

See Also:
Constant Field Values

AUTHORIZATION_DEFAULT

public static final java.lang.String AUTHORIZATION_DEFAULT
Default for AUTHORIZATION_DEFAULT

See Also:
Constant Field Values

SERVICES_INSTALLER_KEY

public static final java.lang.String SERVICES_INSTALLER_KEY
Key used to lookup services installer in NakedObjectConfiguration, and root for any services installer-specific configuration keys.

See Also:
Constant Field Values

SERVICES_INSTALLER_DEFAULT

public static final java.lang.String SERVICES_INSTALLER_DEFAULT
Default for SERVICES_INSTALLER_KEY

See Also:
Constant Field Values

FIXTURES_INSTALLER_KEY

public static final java.lang.String FIXTURES_INSTALLER_KEY
Key used to lookup fixtures installer in NakedObjectConfiguration, and root for any fixtures installer-specific configuration keys.

See Also:
Constant Field Values

FIXTURES_INSTALLER_DEFAULT

public static final java.lang.String FIXTURES_INSTALLER_DEFAULT
Default for FIXTURES_INSTALLER_KEY

See Also:
Constant Field Values

IMAGE_LOADER_KEY

public static final java.lang.String IMAGE_LOADER_KEY
Key used to lookup template image loader in NakedObjectConfiguration, and root for any template image loader-specific configuration keys.

See Also:
Constant Field Values

IMAGE_LOADER_DEFAULT

public static final java.lang.String IMAGE_LOADER_DEFAULT
Default for IMAGE_LOADER_KEY

See Also:
Constant Field Values

CLIENT_CONNECTION_KEY

public static final java.lang.String CLIENT_CONNECTION_KEY
Key used to lookup client connection installer in NakedObjectConfiguration, and root for any client connection installer-specific configuration keys.

See Also:
Constant Field Values

CLIENT_CONNECTION_DEFAULT

public static final java.lang.String CLIENT_CONNECTION_DEFAULT
Default for CLIENT_CONNECTION_KEY

See Also:
Constant Field Values

WEBSERVER_KEY

public static final java.lang.String WEBSERVER_KEY
Key used to lookup embedded web installer in NakedObjectConfiguration, and root for any embedded web server installer-specific configuration keys.

See Also:
Constant Field Values

WEBSERVER_DEFAULT

public static final java.lang.String WEBSERVER_DEFAULT
Default for WEBSERVER_KEY

See Also:
Constant Field Values

FIXTURE_KEY

public static final java.lang.String FIXTURE_KEY
Key by which requested fixture (eg via command line) is made available in NakedObjectConfiguration.

See Also:
Constant Field Values

USER_KEY

public static final java.lang.String USER_KEY
Key by which requested user (eg via command line) is made available in NakedObjectConfiguration.

See Also:
Constant Field Values

PASSWORD_KEY

public static final java.lang.String PASSWORD_KEY
Key by which requested password (eg via command line) is made available in NakedObjectConfiguration.

See Also:
Constant Field Values

NOSPLASH_KEY

public static final java.lang.String NOSPLASH_KEY
Key as to whether to show splash (eg via command line) is made available in NakedObjectConfiguration.

Use Splash.valueOf(String) to decode.

See Also:
Constant Field Values

NOSPLASH_DEFAULT

public static final boolean NOSPLASH_DEFAULT
See Also:
Constant Field Values

LOCALE_KEY

public static final java.lang.String LOCALE_KEY
See Also:
Constant Field Values


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.