org.wildfly.extras.creaper.commands.patching
Class ApplyPatch

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.patching.ApplyPatch
All Implemented Interfaces:
Command, OnlineCommand

public final class ApplyPatch
extends Object
implements OnlineCommand

Command for patch application.


Nested Class Summary
static class ApplyPatch.Builder
           
 
Method Summary
 void apply(OnlineCommandContext ctx)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

apply

public void apply(OnlineCommandContext ctx)
           throws CliException,
                  CommandFailedException,
                  IOException
Specified by:
apply in interface OnlineCommand
Throws:
CliException
CommandFailedException
IOException

toString

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


Copyright © 2016. All rights reserved.