Package org.ovirt.engine.api.extensions
Class Base.GlobalContextKeys
- java.lang.Object
-
- org.ovirt.engine.api.extensions.Base.GlobalContextKeys
-
- Enclosing class:
- Base
public static class Base.GlobalContextKeys extends java.lang.Object
Global context key.
-
-
Field Summary
Fields Modifier and Type Field Description static ExtKey
APPLICATION_NAME
Application name.static ExtKey
EXTENSIONS
Extensions.
-
Constructor Summary
Constructors Constructor Description GlobalContextKeys()
-
-
-
Field Detail
-
EXTENSIONS
public static final ExtKey EXTENSIONS
Extensions. Loaded extension list.- See Also:
Base.ExtensionRecord
-
APPLICATION_NAME
public static final ExtKey APPLICATION_NAME
Application name.- See Also:
Base.ApplicationNames
-
-