org.util.env
Class LaunchInformation

java.lang.Object
  extended by org.util.env.LaunchInformation

public class LaunchInformation
extends java.lang.Object


Constructor Summary
LaunchInformation()
           
 
Method Summary
static java.net.URL createJarParentURL(java.lang.String path)
           
static java.net.URL createJarURL(java.lang.String path)
           
static java.net.URL getJarBaseURL()
           
static java.net.URL getJarParentURL()
           
static void init()
           
static boolean isJarMode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LaunchInformation

public LaunchInformation()
Method Detail

init

public static void init()

isJarMode

public static boolean isJarMode()

getJarParentURL

public static java.net.URL getJarParentURL()

getJarBaseURL

public static java.net.URL getJarBaseURL()

createJarURL

public static java.net.URL createJarURL(java.lang.String path)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

createJarParentURL

public static java.net.URL createJarParentURL(java.lang.String path)
                                       throws java.lang.Exception
Throws:
java.lang.Exception