Class ClassPathScannerCommand

  • All Implemented Interfaces:
    org.hotswap.agent.command.Command

    @Deprecated
    public class ClassPathScannerCommand
    extends org.hotswap.agent.command.ReflectionCommand
    Deprecated.
    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
      boolean equals​(java.lang.Object o)
      Deprecated.
       
      int hashCode()
      Deprecated.
       
      • Methods inherited from class org.hotswap.agent.command.ReflectionCommand

        doExecuteReflectionCommand, executeCommand, getClassName, getCommandExecutionListener, getMethodName, getParams, getTargetClassLoader, setCommandExecutionListener, setTargetClassLoader, toString
      • Methods inherited from class org.hotswap.agent.command.MergeableCommand

        getMergedCommands, merge, popMergedCommands
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ClassPathScannerCommand

        public 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 Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Deprecated.
        Overrides:
        equals in class org.hotswap.agent.command.ReflectionCommand
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class org.hotswap.agent.command.ReflectionCommand