org.wildfly.extras.creaper.commands.web
Class DisableWebNatives
java.lang.Object
org.wildfly.extras.creaper.commands.web.DisableWebNatives
- All Implemented Interfaces:
- Command, OfflineCommand
public final class DisableWebNatives
- extends Object
- implements OfflineCommand
Command which disables 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.
.
| Fields inherited from interface org.wildfly.extras.creaper.core.offline.OfflineCommand |
NOOP |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DisableWebNatives
public DisableWebNatives()
apply
public void apply(OfflineCommandContext ctx)
throws CommandFailedException,
IOException
- Specified by:
apply in interface OfflineCommand
- Throws:
CommandFailedException
IOException
Copyright © 2016. All rights reserved.