| Constructor and Description |
|---|
JarLauncher() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isNestedArchive(Archive.Entry entry)
Determine if the specified
JarEntry is a nested item that should be added
to the classpath. |
static void |
main(String[] args) |
protected void |
postProcessLib(Archive archive,
List<Archive> lib)
Called to post-process lib entries before they are used.
|
createClassLoader, createClassLoader, createMainMethodRunner, getMainClass, launch, launch, launch, launchprotected boolean isNestedArchive(Archive.Entry entry)
LauncherJarEntry is a nested item that should be added
to the classpath. The method is called once for each entry.isNestedArchive in class Launcherentry - the jar entrytrue if the entry is a nested item (jar or folder)protected void postProcessLib(Archive archive, List<Archive> lib) throws Exception
LauncherpostProcessLib in class Launcherarchive - the archivelib - the existing libExceptionpublic static void main(String[] args)
Copyright © 2013. All rights reserved.