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 classAbstractCommandExecutor<T extends BaseCommandConfiguration>An abstract command executor for executing CLI commands.Subclasses of BaseCommandConfiguration in org.wildfly.plugin.cli Modifier and Type Class Description classCommandConfigurationThe configuration used to execute CLI commands.Methods in org.wildfly.plugin.cli that return BaseCommandConfiguration Modifier and Type Method Description BaseCommandConfigurationBaseCommandConfiguration.AbstractBuilder. build()Methods in org.wildfly.plugin.cli with parameters of type BaseCommandConfiguration Modifier and Type Method Description voidOfflineCommandExecutor. execute(BaseCommandConfiguration config, org.jboss.galleon.universe.maven.repo.MavenRepoManager artifactResolver)Executes forked offline CLI commands based on the configuration.protected intOfflineCommandExecutor. executeInNewProcess(BaseCommandConfiguration config, Path scriptFile, StandardOutput stdout)
-