Uses of Class
org.wildfly.plugin.cli.BaseCommandConfiguration
-
Packages that use BaseCommandConfiguration Package Description org.wildfly.plugin.cli -
-
Uses of BaseCommandConfiguration in org.wildfly.plugin.cli
Classes in org.wildfly.plugin.cli with type parameters of type BaseCommandConfiguration Modifier and Type Class Description class
AbstractCommandExecutor<T extends BaseCommandConfiguration>
An abstract command executor for executing CLI commands.Subclasses of BaseCommandConfiguration in org.wildfly.plugin.cli Modifier and Type Class Description class
CommandConfiguration
The configuration used to execute CLI commands.Methods in org.wildfly.plugin.cli that return BaseCommandConfiguration Modifier and Type Method Description BaseCommandConfiguration
BaseCommandConfiguration.AbstractBuilder. build()
Methods in org.wildfly.plugin.cli with parameters of type BaseCommandConfiguration Modifier and Type Method Description void
OfflineCommandExecutor. execute(BaseCommandConfiguration config, org.jboss.galleon.universe.maven.repo.MavenRepoManager artifactResolver)
Executes forked offline CLI commands based on the configuration.protected int
OfflineCommandExecutor. executeInNewProcess(BaseCommandConfiguration config, Path scriptFile, StandardOutput stdout)
-