com.dyuproject.util
Class Application
java.lang.Object
com.dyuproject.util.Application
public class Application
- extends Object
An executable jar ,containing the dependencies of an application, bundling the entire
application in a single contained jar.
- Author:
- David Yu
EXTENSIONS
public static final String[] EXTENSIONS
Application
public Application()
run
public static void run(String[] args)
throws Exception
- Throws:
Exception
newApplication
public static Application newApplication()
runExploded
public static void runExploded(String[] args)
throws Exception
- Throws:
Exception
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
getTempDir
public static File getTempDir()
getParentClassLoader
public ClassLoader getParentClassLoader()
getClassLoader
public com.dyuproject.util.Application.AppClassLoader getClassLoader()
getAppClassLoader
public com.dyuproject.util.Application.AppClassLoader getAppClassLoader()
addURL
public void addURL(URL url)
addFile
public void addFile(File file)
addLib
public void addLib(File dir)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013. All Rights Reserved.