Package io.keploy

Class Keploy.RunOptions

java.lang.Object
io.keploy.Keploy.RunOptions
Enclosing class:
Keploy

public static class Keploy.RunOptions extends Object
  • Constructor Details

    • RunOptions

      public RunOptions()
    • RunOptions

      public RunOptions(int delay, boolean debug, int port, String path)
  • Method Details

    • getDelay

      public int getDelay()
    • setDelay

      public void setDelay(int delay)
    • isDebug

      public boolean isDebug()
    • setDebug

      public void setDebug(boolean debug)
    • setappCmd

      public void setappCmd(String appCmd)
    • getappCmd

      public String getappCmd()
    • getPort

      public int getPort()
    • setPort

      public void setPort(int port)
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)