public class ResetDeprecationLogger extends Object implements DaemonCommandAction
| Constructor and Description |
|---|
ResetDeprecationLogger() |
public void execute(DaemonCommandExecution execution)
DaemonCommandActionThe execution object is a kind of continuation and also carries the ?result? of the action. For example, if an exception arises as part of actioning the command, the exception should be set on the execution object and not thrown. The implication of this is that any exceptions thrown by DaemonCommandAction implementations are programming errors in the implementation and not something like a build failure if the daemon command is to run a build.
execute in interface DaemonCommandActionCopyright © 2013. All rights reserved