net.bull.javamelody
Class Main

java.lang.Object
  extended by net.bull.javamelody.Main

public final class Main
extends Object

Launcher class for stand-alone execution of JavaMelody Monitoring as java -jar javamelody.war.

Author:
Kohsuke Kawaguchi, extracted (and simplified) from hudson.dev.java.net by Emeric Vernat licence MIT (alias X11, donc compatible GPL et LGPL : http://www.fsf.org/licensing/licenses/#GPLCompatibleLicenses)

Method Summary
static void main(String[] args)
          Méthode main appelée par la JVM.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws Exception
Méthode main appelée par la JVM.

Parameters:
args - String[]
Throws:
Exception - e


Copyright © 2008-2010 Emeric Vernat. All Rights Reserved.