Class VersionCommand

  • All Implemented Interfaces:
    org.glassfish.hk2.api.PostConstruct

    @Service(name="version")
    @PerLookup
    public class VersionCommand
    extends CLICommand
    A local version command. Prints the version of the server, if running. Prints the version from locally available Version class if server is not running, if the --local flag is passed or if the version could not be obtained from a server for some reason. The idea is to get the version of server software, the server process need not be running. This command does not return the version of local server installation if its options (host, port, user, passwordfile) identify a running server.
    Author:
    [email protected], Bill Shannon
    • Constructor Detail

      • VersionCommand

        public VersionCommand()