Examples of GroovyRatpackMain


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