Package com.newisys.ova

Provides support for accessing and manipulating OVA assertions.

See:
          Description

Interface Summary
OVAEngineCallback Class providing basic callback functionality for an OVAEngine.
OVAInterface Interface to the OVA API.
 

Class Summary
OVA The native OVA interface.
OVAAssert Class representing an OVA assert.
OVAAssertCallback Class providing basic callback functionality for OVAAssert objects.
OVAAssertEvent An OVAEvent representing events that occur for OVAAssert objects.
OVAAssertInfo Class representing the OVASyntaxInfo structure.
OVAEngine Class representing the underlying OVA engine.
OVAEngineEvent An OVAEvent representing events that occur for OVAEngine objects.
OVAEvent<K extends OVAEventType> Class to help manage OVA events from Jove.
OVASourceFileInfo Class representing the OVASrcFileBlk structure of OVA.
 

Enum Summary
OVAAssertAction Actions that can be performed on an OVAAssert via its OVAAssert.doAction(com.newisys.ova.OVAAssertAction, long) method.
OVAAssertEventType Enumeration of event types for OVAAssert objects.
OVAConfigSwitch Configuration options for the OVA Engine.
OVAEngineAction Actions that can be performed on an OVAEngine via its OVAEngine.doAction(com.newisys.ova.OVAEngineAction) method.
OVAEngineEventType Enumeration of event types for OVAEngine objects.
OVAExprType Enumeration of OVA expression types.
 

Exception Summary
OVAException Class representing exceptions occurring when performing OVA related actions.
 

Package com.newisys.ova Description

Provides support for accessing and manipulating OVA assertions.