| Package | Description |
|---|---|
| org.hotswap.agent.plugin.weld | |
| org.hotswap.agent.plugin.weld.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 |
WeldClassSignatureHelper.getSignatureByStrategy(BeanReloadStrategy strategy,
Class<?> clazz)
Gets the signature by strategy.
|
| Constructor and Description |
|---|
BeanClassRefreshCommand(ClassLoader classLoader,
String archivePath,
Map<Object,Object> registeredProxiedBeans,
String className,
String classSignaturForProxyCheck,
String classSignatureByStrategy,
BeanReloadStrategy beanReloadStrategy) |
Copyright © 2018. All rights reserved.