public class io.vertx.core.Launcher extends io.vertx.core.impl.launcher.VertxCommandLauncher implements io.vertx.core.impl.launcher.VertxLifecycleHooks
{
public void <init>()
{
io.vertx.core.Launcher v;
v := @this: io.vertx.core.Launcher;
specialinvoke v.<io.vertx.core.impl.launcher.VertxCommandLauncher: void <init>()>();
return;
}
public static void main(java.lang.String[])
{
io.vertx.core.Launcher v;
java.lang.String[] v;
v := @parameter: java.lang.String[];
v = new io.vertx.core.Launcher;
specialinvoke v.<io.vertx.core.Launcher: void <init>()>();
virtualinvoke v.<io.vertx.core.Launcher: void dispatch(java.lang.String[])>(v);
return;
}
public static transient void executeCommand(java.lang.String, java.lang.String[])
{
io.vertx.core.Launcher v;
java.lang.String[] v;
java.lang.String v;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String[];
v = new io.vertx.core.Launcher;
specialinvoke v.<io.vertx.core.Launcher: void <init>()>();
virtualinvoke v.<io.vertx.core.Launcher: void execute(java.lang.String,java.lang.String[])>(v, v);
return;
}
public void afterConfigParsed(io.vertx.core.json.JsonObject)
{
io.vertx.core.Launcher v;
io.vertx.core.json.JsonObject v;
v := @this: io.vertx.core.Launcher;
v := @parameter: io.vertx.core.json.JsonObject;
return;
}
public void beforeStartingVertx(io.vertx.core.VertxOptions)
{
io.vertx.core.VertxOptions v;
io.vertx.core.Launcher v;
v := @this: io.vertx.core.Launcher;
v := @parameter: io.vertx.core.VertxOptions;
return;
}
public void afterStartingVertx(io.vertx.core.Vertx)
{
io.vertx.core.Vertx v;
io.vertx.core.Launcher v;
v := @this: io.vertx.core.Launcher;
v := @parameter: io.vertx.core.Vertx;
return;
}
public void beforeDeployingVerticle(io.vertx.core.DeploymentOptions)
{
io.vertx.core.Launcher v;
io.vertx.core.DeploymentOptions v;
v := @this: io.vertx.core.Launcher;
v := @parameter: io.vertx.core.DeploymentOptions;
return;
}
public void beforeStoppingVertx(io.vertx.core.Vertx)
{
io.vertx.core.Vertx v;
io.vertx.core.Launcher v;
v := @this: io.vertx.core.Launcher;
v := @parameter: io.vertx.core.Vertx;
return;
}
public void afterStoppingVertx()
{
io.vertx.core.Launcher v;
v := @this: io.vertx.core.Launcher;
return;
}
public void handleDeployFailed(io.vertx.core.Vertx, java.lang.String, io.vertx.core.DeploymentOptions, java.lang.Throwable)
{
java.lang.Throwable v;
io.vertx.core.Launcher v;
io.vertx.core.DeploymentOptions v;
io.vertx.core.Vertx v;
java.lang.String v;
v := @this: io.vertx.core.Launcher;
v := @parameter: io.vertx.core.Vertx;
v := @parameter: java.lang.String;
v := @parameter: io.vertx.core.DeploymentOptions;
v := @parameter: java.lang.Throwable;
interfaceinvoke v.<io.vertx.core.Vertx: io.vertx.core.Future close()>();
return;
}
}