/ 

io.vertx/ vertx-lang-groovy/ 3.8.0/ io/vertx/groovy/ext/shell/ShellService_GroovyStaticExtension.java

 

  • class publicShellService_GroovyStaticExtension
    • method final publiccreate(ShellService, Vertx, Map<String, Object>): ShellService
http://nexus.sonatype.org/oss-repository-hosting.html/vertx-parent/vertx-lang-groovy-parent/vertx-lang-groovy: Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ (Eclipse)
  • The Apache Software License, Version 2.0
  • Eclipse Public License - v 1.0
package io.vertx.groovy.ext.shell;
public class ShellService_GroovyStaticExtension {
  public static io.vertx.ext.shell.ShellService create(io.vertx.ext.shell.ShellService j_receiver, io.vertx.core.Vertx vertx, java.util.Map<String, Object> options) {
    return io.vertx.core.impl.ConversionHelper.fromObject(io.vertx.ext.shell.ShellService.create(vertx,
      options != null ? new io.vertx.ext.shell.ShellServiceOptions(io.vertx.core.impl.ConversionHelper.toJsonObject(options)) : null));
  }
}


Missing a library or version you want to see? Open an issue!
Icon set and themes from IntelliJ Community