Uses of Interface
org.glassfish.embeddable.CommandResult
-
Packages that use CommandResult Package Description org.glassfish.embeddable Provides classes and interfaces necessary to embed GlassFish and perform lifecycle operations, application deployments and runtime configurations. -
-
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.
-