Class ClassPathScannerCommand
- java.lang.Object
-
- org.hotswap.agent.command.MergeableCommand
-
- org.hotswap.agent.command.ReflectionCommand
-
- org.hotswap.agent.plugin.spring.scanner.ClassPathScannerCommand
-
- All Implemented Interfaces:
org.hotswap.agent.command.Command
@Deprecated public class ClassPathScannerCommand extends org.hotswap.agent.command.ReflectionCommandDeprecated.Standard reflection command, but group same command by basePath and resource.
-
-
Constructor Summary
Constructors Constructor Description ClassPathScannerCommand(java.lang.Object plugin, java.lang.String className, java.lang.String methodName, java.lang.ClassLoader targetClassLoader, java.lang.String basePath, byte[] classDefinition)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Deprecated.inthashCode()Deprecated.-
Methods inherited from class org.hotswap.agent.command.ReflectionCommand
doExecuteReflectionCommand, executeCommand, getClassName, getCommandExecutionListener, getMethodName, getParams, getTargetClassLoader, setCommandExecutionListener, setTargetClassLoader, toString
-
-