org.wildfly.extras.creaper.commands.datasources
Class RemoveJdbcDriver
java.lang.Object
org.wildfly.extras.creaper.commands.datasources.RemoveJdbcDriver
- All Implemented Interfaces:
- Command, OfflineCommand, OnlineCommand
public final class RemoveJdbcDriver
- extends Object
- implements OnlineCommand, OfflineCommand
Command which removes an existing JDBC driver from the datasources subsystem.
| Fields inherited from interface org.wildfly.extras.creaper.core.online.OnlineCommand |
NOOP |
| Fields inherited from interface org.wildfly.extras.creaper.core.offline.OfflineCommand |
NOOP |
RemoveJdbcDriver
public RemoveJdbcDriver(String name)
apply
public void apply(OnlineCommandContext ctx)
throws IOException
- Specified by:
apply in interface OnlineCommand
- Throws:
IOException
apply
public void apply(OfflineCommandContext ctx)
throws CommandFailedException
- Specified by:
apply in interface OfflineCommand
- Throws:
CommandFailedException
toString
public String toString()
- Specified by:
toString in interface OfflineCommand- Specified by:
toString in interface OnlineCommand- Overrides:
toString in class Object
Copyright © 2016. All rights reserved.