2345678
import com.github.dreamhead.moco.bootstrap.parser.HttpsArgsParser; public class HttpsTask extends StartTask { public HttpsTask(final String shutdownKey) { super(shutdownKey, new HttpsArgsParser()); }
15161718192021
private StartArgsParser startArgsParser; @Before public void setUp() throws Exception { startArgsParser = new HttpsArgsParser(); }