org.neovera.jdiablo
Class Main

java.lang.Object
  extended by org.neovera.jdiablo.Main

public class Main
extends Object

This is an alternate JVM entry point for diablo managed processes that allows passing in the class of the Launchable as the first argument. Command line call: java <vm-options> org.neovera.jdiablo.internal.Main <FQCN of diablo launch target> <command line options for launch target>


Constructor Summary
Main()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(String[] args)
Parameters:
args -


Copyright © 2014 Neovera Inc.. All rights reserved.