Uses of Interface
org.glassfish.embeddable.CommandResult
-
Packages that use CommandResult Package Description com.sun.enterprise.admin.cli.embeddable fish.payara.appserver.micro.services.command org.glassfish.embeddable Provides classes and interfaces necessary to embed GlassFish and perform lifecycle operations, application deployments and runtime configurations. -
-
Uses of CommandResult in com.sun.enterprise.admin.cli.embeddable
Methods in com.sun.enterprise.admin.cli.embeddable that return CommandResult Modifier and Type Method Description CommandResultCommandExecutorImpl. run(String command, String... args) -
Uses of CommandResult in fish.payara.appserver.micro.services.command
Constructors in fish.payara.appserver.micro.services.command with parameters of type CommandResult Constructor Description ClusterCommandResultImpl(CommandResult result) -
Uses of CommandResult in org.glassfish.embeddable
Methods in org.glassfish.embeddable that return CommandResult Modifier and Type Method Description CommandResultCommandRunner. run(String command, String... args)Execute an administrative command inGlassFishusing the supplied command arguments.
-