Class Base.ContextKeys

java.lang.Object
org.ovirt.engine.api.extensions.Base.ContextKeys
Enclosing class:
Base

public static class Base.ContextKeys extends Object
Context keys.
  • Field Details

    • 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:
    • BUILD_INTERFACE_VERSION

      public static final ExtKey BUILD_INTERFACE_VERSION
      Extension's build interface version. Set by extension during Base.InvokeCommands.LOAD to Base.INTERFACE_VERSION_CURRENT.
      See Also:
    • LICENSE

      public static final ExtKey LICENSE
      Extension's license. Set by extension.
      See Also:
    • VERSION

      public static final ExtKey VERSION
      Extensions' version. Set by extension.
      See Also:
    • AUTHOR

      public static final ExtKey AUTHOR
      Extensions' author. Set by extension.
      See Also:
    • HOME_URL

      public static final ExtKey HOME_URL
      Extensions' home URL. Set by extension.
      See Also:
    • EXTENSION_NOTES

      public static final ExtKey EXTENSION_NOTES
      Extensions' notes. Set by extension.
      See Also:
    • EXTENSION_NAME

      public static final ExtKey EXTENSION_NAME
      Extension name. Set by extension.
      See Also:
  • Constructor Details

    • ContextKeys

      public ContextKeys()