Uses of Interface
org.glassfish.embeddable.CommandRunner
-
Packages that use CommandRunner Package Description com.sun.enterprise.admin.cli.embeddable com.sun.enterprise.glassfish.bootstrap fish.payara.boot.runtime fish.payara.micro.boot.runtime org.glassfish.embeddable Provides classes and interfaces necessary to embed GlassFish and perform lifecycle operations, application deployments and runtime configurations. -
-
Uses of CommandRunner in com.sun.enterprise.admin.cli.embeddable
Classes in com.sun.enterprise.admin.cli.embeddable that implement CommandRunner Modifier and Type Class Description classCommandExecutorImplThis class implements the code to execute asadmin commands programatically -
Uses of CommandRunner in com.sun.enterprise.glassfish.bootstrap
Methods in com.sun.enterprise.glassfish.bootstrap that return CommandRunner Modifier and Type Method Description CommandRunnerGlassFishDecorator. getCommandRunner()CommandRunnerGlassFishImpl. getCommandRunner() -
Uses of CommandRunner in fish.payara.boot.runtime
Methods in fish.payara.boot.runtime with parameters of type CommandRunner Modifier and Type Method Description booleanBootCommand. execute(CommandRunner runner)booleanBootCommands. executeCommands(CommandRunner runner)booleanBootCommands. executeCommands(CommandRunner runner, boolean stopOnFailure) -
Uses of CommandRunner in fish.payara.micro.boot.runtime
Methods in fish.payara.micro.boot.runtime that return CommandRunner Modifier and Type Method Description CommandRunnerMicroGlassFish. getCommandRunner() -
Uses of CommandRunner in org.glassfish.embeddable
Methods in org.glassfish.embeddable that return CommandRunner Modifier and Type Method Description CommandRunnerGlassFish. getCommandRunner()Gets a CommandRunner instance, using which the user can run asadmin commands.
-