Class ScheduledHotswapCommand

    • Constructor Detail

      • ScheduledHotswapCommand

        public ScheduledHotswapCommand​(Map<Class<?>,​byte[]> reloadMap)
    • Method Detail

      • merge

        public Command merge​(Command other)
        Description copied from class: MergeableCommand
        Merge commands
        Overrides:
        merge in class MergeableCommand
        Parameters:
        other - the other command to merge to
        Returns:
        merge result, by default returns this instance.
      • executeCommand

        public void executeCommand()
        Description copied from interface: Command
        Execute the command.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object