Package org.ovirt.engine.api.extensions
Class Base
- java.lang.Object
-
- org.ovirt.engine.api.extensions.Base
-
public class Base extends java.lang.ObjectExtension related constants.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBase.ApplicationNamesApplication names.static classBase.ConfigBindingsMethodsBinding methods.static classBase.ConfigKeysConfiguration keys.static classBase.ContextKeysContext keys.static classBase.ExtensionRecordExtension record.static classBase.GlobalContextKeysGlobal context key.static classBase.InvokeCommandsInvoke commands.static classBase.InvokeKeysInvoke keys.static classBase.InvokeResultInvoke result.
-
Field Summary
Fields Modifier and Type Field Description static intINTERFACE_VERSION_CURRENTInterface version of these sources.
-
Constructor Summary
Constructors Constructor Description Base()
-
-
-
Field Detail
-
INTERFACE_VERSION_CURRENT
public static final int INTERFACE_VERSION_CURRENT
Interface version of these sources. Should be set by extension intoBase.ContextKeys.BUILD_INTERFACE_VERSION.- See Also:
- Constant Field Values
-
-