org.codehaus.mojo.appassembler.booter
Class AppassemblerBooter
java.lang.Object
org.codehaus.mojo.appassembler.booter.AppassemblerBooter
public class AppassemblerBooter
- extends Object
Reads the appassembler manifest file from the repo, and executes the specified main class.
- Author:
- Kaare Nilsen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AppassemblerBooter
public AppassemblerBooter()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
setup
public static URLClassLoader setup()
throws Exception
- Throws:
Exception
createClassLoader
public static URLClassLoader createClassLoader(File repoDir)
throws Exception
- Throws:
Exception
setSystemProperties
public static void setSystemProperties()
- Pass any given system properties to the java system properties.
executeMain
public static void executeMain(URLClassLoader classLoader,
String[] args)
throws Exception
- Throws:
Exception
Copyright © 2006-2011 Codehaus. All Rights Reserved.