Class WrapperBaseCommand

java.lang.Object
commands.other.WrapperBaseCommand
All Implemented Interfaces:
Callable<Integer>

public class WrapperBaseCommand extends Object implements Callable<Integer>
  • Field Details

    • clusterHost

      public Host clusterHost
    • proxyHost

      public Host proxyHost
    • repository

      public String repository
    • password

      public String password
    • headers

      public String headers
    • loggingLevel

      public LoggingLevel loggingLevel
  • Constructor Details

    • WrapperBaseCommand

      public WrapperBaseCommand()
  • Method Details