Uses of Class
org.wildfly.plugin.cli.BaseCommandConfiguration
Packages that use BaseCommandConfiguration
-
Uses of BaseCommandConfiguration in org.wildfly.plugin.cli
Classes in org.wildfly.plugin.cli with type parameters of type BaseCommandConfigurationModifier and TypeClassDescriptionclass
AbstractCommandExecutor<T extends BaseCommandConfiguration>
An abstract command executor for executing CLI commands.Subclasses of BaseCommandConfiguration in org.wildfly.plugin.cliModifier and TypeClassDescriptionclass
The configuration used to execute CLI commands.Methods in org.wildfly.plugin.cli that return BaseCommandConfigurationMethods in org.wildfly.plugin.cli with parameters of type BaseCommandConfigurationModifier and TypeMethodDescriptionvoid
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)