| Package | Description |
|---|---|
| org.hotswap.agent.plugin.proxy |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Class<?>,TransformationState> |
MultistepProxyTransformer.transformationStates |
| Modifier and Type | Method and Description |
|---|---|
protected TransformationState |
MultistepProxyTransformer.getTransformationstate() |
protected TransformationState |
MultistepProxyTransformer.removeClassState()
Remove any state associated with classBeingRedefined
|
protected TransformationState |
MultistepProxyTransformer.setClassAsFinished()
Set classBeingRedefined as finished
|
protected TransformationState |
MultistepProxyTransformer.setClassAsWaiting()
Set classBeingRedefined as waiting
|
static TransformationState |
TransformationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransformationState[] |
TransformationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MultistepProxyTransformer(Class<?> classBeingRedefined,
ClassPool classPool,
byte[] classfileBuffer,
Map<Class<?>,TransformationState> transformationStates) |
Copyright © 2018. All rights reserved.