Class Value<T>
- java.lang.Object
-
- org.eclipse.equinox.p2.engine.spi.Value<T>
-
public class Value<T> extends java.lang.ObjectAn object that encapsulates the result of performing a provisioning action.- Since:
- 2.3
- See Also:
ProvisioningAction.getResult()
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<T>getClazz()TgetValue()
-