Package com.github.dreamhead.moco.bootstrap.parser

Examples of com.github.dreamhead.moco.bootstrap.parser.HttpsArgsParser


import com.github.dreamhead.moco.bootstrap.parser.HttpsArgsParser;

public class HttpsTask extends StartTask {
    public HttpsTask(final String shutdownKey) {
        super(shutdownKey, new HttpsArgsParser());
    }
View Full Code Here


    private StartArgsParser startArgsParser;

    @Before
    public void setUp() throws Exception {
        startArgsParser = new HttpsArgsParser();
    }
View Full Code Here

TOP

Related Classes of com.github.dreamhead.moco.bootstrap.parser.HttpsArgsParser

Copyright © 2018 www.massapicom. 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.