Package org.hotswap.agent.command
Interface Command
-
- All Known Implementing Classes:
MergeableCommand,ReflectionCommand,ScheduledHotswapCommand,WatchEventCommand
public interface CommandCommand to execute via scheduler.- Author:
- Jiri Bubnik
- See Also:
Scheduler,CommandExecutor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecuteCommand()Execute the command.
-