Package ratpack.groovy.launch

Examples of ratpack.groovy.launch.GroovyRatpackMain


  public LocalScriptApplicationUnderTest() {
    this(Collections.<String, String>emptyMap());
  }

  public LocalScriptApplicationUnderTest(Map<String, String> overriddenProperties) {
    super(new GroovyRatpackMain(), overriddenProperties);
  }
View Full Code Here

TOP

Related Classes of ratpack.groovy.launch.GroovyRatpackMain

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.