Package org.hotswap.agent.config
Class ScheduledHotswapCommand
- java.lang.Object
-
- org.hotswap.agent.command.MergeableCommand
-
- org.hotswap.agent.config.ScheduledHotswapCommand
-
- All Implemented Interfaces:
Command
public class ScheduledHotswapCommand extends MergeableCommand
-
-
Constructor Summary
Constructors Constructor Description ScheduledHotswapCommand(Map<Class<?>,byte[]> reloadMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)voidexecuteCommand()Execute the command.inthashCode()Commandmerge(Command other)Merge commands-
Methods inherited from class org.hotswap.agent.command.MergeableCommand
getMergedCommands, popMergedCommands
-
-
-
-
Method Detail
-
merge
public Command merge(Command other)
Description copied from class:MergeableCommandMerge commands- Overrides:
mergein classMergeableCommand- Parameters:
other- the other command to merge to- Returns:
- merge result, by default returns this instance.
-
executeCommand
public void executeCommand()
Description copied from interface:CommandExecute the command.
-
-