public final class RemoveModule extends Object implements OnlineCommand
Removes a module (in the JBoss Modules sense) from the module repository. The module.xml file
and other resources will be removed from the module repository as well as the directory structure up to the point
where other modules meet.
NOOP| Constructor and Description |
|---|
RemoveModule(String moduleName) |
RemoveModule(String moduleName,
String slot) |
public RemoveModule(String moduleName)
moduleName - the name of the module to be removed (assumes the main slot)public void apply(OnlineCommandContext ctx) throws Exception
apply in interface OnlineCommandExceptionpublic String toString()
toString in interface OnlineCommandtoString in class ObjectCopyright © 2021. All rights reserved.