Class XmlBeanRefreshCommand

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

    public class XmlBeanRefreshCommand
    extends org.hotswap.agent.command.MergeableCommand
    Do refresh Spring class (scanned by xml) based on xml files. This commands merges events of watcher.event(CREATE) and transformer hotswap reload to a single refresh command.
    • Constructor Summary

      Constructors 
      Constructor Description
      XmlBeanRefreshCommand​(java.lang.ClassLoader appClassLoader, java.net.URL url)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      void executeCommand()  
      int hashCode()  
      java.lang.String 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

      • XmlBeanRefreshCommand

        public XmlBeanRefreshCommand​(java.lang.ClassLoader appClassLoader,
                                     java.net.URL url)
    • Method Detail

      • executeCommand

        public void executeCommand()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object