Package org.ovirt.engine.api.extensions
Class Base.ContextKeys
- java.lang.Object
-
- org.ovirt.engine.api.extensions.Base.ContextKeys
-
- Enclosing class:
- Base
public static class Base.ContextKeys extends java.lang.Object
Context keys.
-
-
Field Summary
Fields Modifier and Type Field Description static ExtKey
AUTHOR
Extensions' author.static ExtKey
BUILD_INTERFACE_VERSION
Extension's build interface version.static ExtKey
CONFIGURATION
Extension configuration.static ExtKey
CONFIGURATION_FILE
Extension configuration file.static ExtKey
CONFIGURATION_SENSITIVE_KEYS
Sensitive configuration keys.static ExtKey
EXTENSION_NAME
Extension name.static ExtKey
EXTENSION_NOTES
Extensions' notes.static ExtKey
GLOBAL_CONTEXT
Global context.static ExtKey
HOME_URL
Extensions' home URL.static ExtKey
INSTANCE_NAME
Extension instance name.static ExtKey
INTERFACE_VERSION_MAX
Maximum usable interface version.static ExtKey
INTERFACE_VERSION_MIN
Minimum usable interface version.static ExtKey
LICENSE
Extension's license.static ExtKey
LOCALE
Locale to use.static ExtKey
PROVIDES
Extensions' interfaces.static ExtKey
VERSION
Extensions' version.
-
Constructor Summary
Constructors Constructor Description ContextKeys()
-
-
-
Field Detail
-
GLOBAL_CONTEXT
public static final ExtKey GLOBAL_CONTEXT
Global context.
-
INTERFACE_VERSION_MIN
public static final ExtKey INTERFACE_VERSION_MIN
Minimum usable interface version.
-
INTERFACE_VERSION_MAX
public static final ExtKey INTERFACE_VERSION_MAX
Maximum usable interface version.
-
CONFIGURATION_SENSITIVE_KEYS
public static final ExtKey CONFIGURATION_SENSITIVE_KEYS
Sensitive configuration keys. Collection of String. Values should not be printed.
-
LOCALE
public static final ExtKey LOCALE
Locale to use.
-
PROVIDES
public static final ExtKey PROVIDES
Extensions' interfaces. Collection of String.
-
INSTANCE_NAME
public static final ExtKey INSTANCE_NAME
Extension instance name.
-
CONFIGURATION_FILE
public static final ExtKey CONFIGURATION_FILE
Extension configuration file.
-
CONFIGURATION
public static final ExtKey CONFIGURATION
Extension configuration. Extension configuration as loaded.- See Also:
Base.ConfigKeys
-
BUILD_INTERFACE_VERSION
public static final ExtKey BUILD_INTERFACE_VERSION
Extension's build interface version. Set by extension duringBase.InvokeCommands.LOAD
toBase.INTERFACE_VERSION_CURRENT
.
-
LICENSE
public static final ExtKey LICENSE
Extension's license. Set by extension.- See Also:
Base.InvokeCommands.LOAD
-
VERSION
public static final ExtKey VERSION
Extensions' version. Set by extension.- See Also:
Base.InvokeCommands.LOAD
-
AUTHOR
public static final ExtKey AUTHOR
Extensions' author. Set by extension.- See Also:
Base.InvokeCommands.LOAD
-
HOME_URL
public static final ExtKey HOME_URL
Extensions' home URL. Set by extension.- See Also:
Base.InvokeCommands.LOAD
-
EXTENSION_NOTES
public static final ExtKey EXTENSION_NOTES
Extensions' notes. Set by extension.- See Also:
Base.InvokeCommands.LOAD
-
EXTENSION_NAME
public static final ExtKey EXTENSION_NAME
Extension name. Set by extension.- See Also:
Base.InvokeCommands.LOAD
-
-