Package com.globant.google.mendoza.command

Examples of com.globant.google.mendoza.command.MendozaHelpCommand.execute()


  public MendozaCommandResult help(final MendozaRequest request) {
    log.trace("Entering help");
    proxyMessages = new TransportProxyMessages();
    MendozaHelpCommand command =
      new MendozaHelpCommand(request, this, serverState);
    command.execute();
    log.trace("Leaving help");
    return command.getResult();
  }

  /** Gets the mendoza status.
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.