public class BeanClassRefreshCommand extends MergeableCommand
| 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.
|
BeanClassRefreshCommand(ClassLoader appClassLoader,
String archivePath,
URL beanArchiveUrl,
WatchFileEvent event)
Instantiates a new bean class refresh command.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
void |
executeCommand() |
int |
hashCode() |
void |
reloadBean(List<Command> mergedCommands,
Map<String,String> oldFullSignatures,
Map<String,String> oldSignatures) |
String |
toString() |
getMergedCommands, merge, popMergedCommandspublic BeanClassRefreshCommand(ClassLoader appClassLoader, String className, String oldFullSignature, String oldSignatureForProxyCheck, String oldSignatureByStrategy, URL beanArchiveUrl, BeanReloadStrategy beanReloadStrategy)
appClassLoader - the application class loaderclassName - the class nameoldFullSignature - the old full signatureoldSignatureForProxyCheck - the old signature for proxy checkoldSignatureByStrategy - the old signature by strategybeanArchiveUrl - the bean archive urlbeanReloadStrategy - the bean reload strategypublic BeanClassRefreshCommand(ClassLoader appClassLoader, String archivePath, URL beanArchiveUrl, WatchFileEvent event)
appClassLoader - the application class loaderarchivePath - the archive pathbeanArchiveUrl - the bean archive urlevent - the class eventCopyright © 2020. All rights reserved.