Uses of Class
org.eclipse.equinox.p2.engine.spi.Value
-
Packages that use Value Package Description org.eclipse.equinox.p2.engine.spi Provides support for registering new provisioning actions and touchpoints. -
-
Uses of Value in org.eclipse.equinox.p2.engine.spi
Fields in org.eclipse.equinox.p2.engine.spi declared as Value Modifier and Type Field Description static Value<Object>
Value. NO_VALUE
Methods in org.eclipse.equinox.p2.engine.spi that return Value Modifier and Type Method Description Value<?>
ProvisioningAction. getResult()
This method is meant for provisioning actions that need to communicate the result of their execution to subsequent actions.
-