Uses of Interface
org.hotswap.agent.command.Command
-
Packages that use Command Package Description org.hotswap.agent.annotation.handler org.hotswap.agent.command org.hotswap.agent.command.impl org.hotswap.agent.config -
-
Uses of Command in org.hotswap.agent.annotation.handler
Classes in org.hotswap.agent.annotation.handler that implement Command Modifier and Type Class Description classWatchEventCommand<T extends Annotation>Command to schedule after resource change. -
Uses of Command in org.hotswap.agent.command
Classes in org.hotswap.agent.command that implement Command Modifier and Type Class Description classMergeableCommandCommand that can merge multiple commands into a single execution.classReflectionCommandCommand to run in a target classloader.Methods in org.hotswap.agent.command that return Command Modifier and Type Method Description CommandMergeableCommand. merge(Command other)Merge commandsMethods in org.hotswap.agent.command that return types with arguments of type Command Modifier and Type Method Description List<Command>MergeableCommand. getMergedCommands()List<Command>MergeableCommand. popMergedCommands()Return merged commands and clear internal listMethods in org.hotswap.agent.command with parameters of type Command Modifier and Type Method Description CommandMergeableCommand. merge(Command other)Merge commandsvoidScheduler. scheduleCommand(Command command)Schedule new command for execution.voidScheduler. scheduleCommand(Command command, int timeout)Schedule new command for execution.voidScheduler. scheduleCommand(Command command, int timeout, Scheduler.DuplicateSheduleBehaviour behaviour)Schedule new command for execution. -
Uses of Command in org.hotswap.agent.command.impl
Methods in org.hotswap.agent.command.impl with parameters of type Command Modifier and Type Method Description voidSchedulerImpl. scheduleCommand(Command command)voidSchedulerImpl. scheduleCommand(Command command, int timeout)voidSchedulerImpl. scheduleCommand(Command command, int timeout, Scheduler.DuplicateSheduleBehaviour behaviour)Constructors in org.hotswap.agent.command.impl with parameters of type Command Constructor Description CommandExecutor(Command command) -
Uses of Command in org.hotswap.agent.config
Classes in org.hotswap.agent.config that implement Command Modifier and Type Class Description classScheduledHotswapCommandMethods in org.hotswap.agent.config that return Command Modifier and Type Method Description CommandScheduledHotswapCommand. merge(Command other)Methods in org.hotswap.agent.config with parameters of type Command Modifier and Type Method Description CommandScheduledHotswapCommand. merge(Command other)
-