| Package | Description |
|---|---|
| org.hotswap.agent.plugin.owb | |
| org.hotswap.agent.plugin.owb.command |
| Modifier and Type | Method and Description |
|---|---|
static BeanReloadStrategy |
BeanReloadStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BeanReloadStrategy[] |
BeanReloadStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
OwbClassSignatureHelper.getSignatureByStrategy(BeanReloadStrategy strategy,
Class<?> clazz)
Gets the signature by strategy.
|
| Constructor and Description |
|---|
BeanClassRefreshCommand(ClassLoader appClassLoader,
String className,
String oldFullSignature,
String oldSignatureForProxyCheck,
String oldSignatureByStrategy,
URL beanArchiveUrl,
BeanReloadStrategy beanReloadStrategy)
Instantiates a new bean class refresh command.
|
Copyright © 2020. All rights reserved.