org.wildfly.extras.creaper.commands.web
Class EnableWebNatives

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.web.EnableWebNatives
All Implemented Interfaces:
Command, OfflineCommand

public final class EnableWebNatives
extends Object
implements OfflineCommand

Command which enables natives in the Web subsystem.

OnlineCommand is not implemented as changing from natives to Java and back doesn't work with the Web subsystem (restart is required). See Red Hat Bugzilla 1115443 for details.

.


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

Constructor Detail

EnableWebNatives

public EnableWebNatives()
Method Detail

apply

public void apply(OfflineCommandContext ctx)
           throws CommandFailedException,
                  IOException
Specified by:
apply in interface OfflineCommand
Throws:
CommandFailedException
IOException


Copyright © 2016. All rights reserved.