Class CommandExecutionHelper


  • public final class CommandExecutionHelper
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> T execute​(ExecutesMethod executesMethod, java.lang.String command)  
      static <T> T execute​(ExecutesMethod executesMethod, java.util.Map.Entry<java.lang.String,​java.util.Map<java.lang.String,​?>> keyValuePair)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CommandExecutionHelper

        public CommandExecutionHelper()
    • Method Detail

      • execute

        public static <T> T execute​(ExecutesMethod executesMethod,
                                    java.util.Map.Entry<java.lang.String,​java.util.Map<java.lang.String,​?>> keyValuePair)
      • execute

        public static <T> T execute​(ExecutesMethod executesMethod,
                                    java.lang.String command)