org.wildfly.extras.creaper.commands.logging
Class RemoveLogger

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.logging.RemoveLogger
All Implemented Interfaces:
Command, OfflineCommand, OnlineCommand

public final class RemoveLogger
extends Object
implements OnlineCommand, OfflineCommand


Field Summary
 
Fields inherited from interface org.wildfly.extras.creaper.core.online.OnlineCommand
NOOP
 
Fields inherited from interface org.wildfly.extras.creaper.core.offline.OfflineCommand
NOOP
 
Constructor Summary
RemoveLogger(String category)
           
 
Method Summary
 void apply(OfflineCommandContext ctx)
           
 void apply(OnlineCommandContext ctx)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoveLogger

public RemoveLogger(String category)
Method Detail

apply

public void apply(OnlineCommandContext ctx)
           throws Exception
Specified by:
apply in interface OnlineCommand
Throws:
Exception

apply

public void apply(OfflineCommandContext ctx)
           throws Exception
Specified by:
apply in interface OfflineCommand
Throws:
Exception

toString

public String toString()
Specified by:
toString in interface OfflineCommand
Specified by:
toString in interface OnlineCommand
Overrides:
toString in class Object


Copyright © 2020. All rights reserved.