Class Main

java.lang.Object
  extended by Main

public class Main
extends java.lang.Object

Launcher class for stand-alone execution of Hudson as java -jar hudson.war.

Author:
Kohsuke Kawaguchi

Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static java.io.File whoAmI()
          Figures out the URL of hudson.war.
 
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(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

whoAmI

public static java.io.File whoAmI()
                           throws java.io.IOException,
                                  java.net.URISyntaxException
Figures out the URL of hudson.war.

Throws:
java.io.IOException
java.net.URISyntaxException


Copyright © 2008. All Rights Reserved.