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.ObjectContext keys.
-
-
Field Summary
Fields Modifier and Type Field Description static ExtKeyAUTHORExtensions' author.static ExtKeyBUILD_INTERFACE_VERSIONExtension's build interface version.static ExtKeyCONFIGURATIONExtension configuration.static ExtKeyCONFIGURATION_FILEExtension configuration file.static ExtKeyCONFIGURATION_SENSITIVE_KEYSSensitive configuration keys.static ExtKeyEXTENSION_NAMEExtension name.static ExtKeyEXTENSION_NOTESExtensions' notes.static ExtKeyGLOBAL_CONTEXTGlobal context.static ExtKeyHOME_URLExtensions' home URL.static ExtKeyINSTANCE_NAMEExtension instance name.static ExtKeyINTERFACE_VERSION_MAXMaximum usable interface version.static ExtKeyINTERFACE_VERSION_MINMinimum usable interface version.static ExtKeyLICENSEExtension's license.static ExtKeyLOCALELocale to use.static ExtKeyPROVIDESExtensions' interfaces.static ExtKeyVERSIONExtensions' 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.LOADtoBase.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
-
-