public abstract class ExecutableArchiveLauncher extends Launcher
Launcher
s.Modifier | Constructor and Description |
---|---|
|
ExecutableArchiveLauncher() |
protected |
ExecutableArchiveLauncher(Archive archive) |
|
ExecutableArchiveLauncher(JavaAgentDetector javaAgentDetector) |
Modifier and Type | Method and Description |
---|---|
protected ClassLoader |
createClassLoader(URL[] urls)
Create a classloader for the specified URLs.
|
protected Archive |
getArchive() |
protected List<Archive> |
getClassPathArchives()
Returns the archives that will be used to construct the class path.
|
protected String |
getMainClass()
Returns the main class that should be launched.
|
protected abstract boolean |
isNestedArchive(Archive.Entry entry)
Determine if the specified
JarEntry is a nested item that should be added
to the classpath. |
protected void |
postProcessClassPathArchives(List<Archive> archives)
Called to post-process archive entries before they are used.
|
createArchive, createClassLoader, createMainMethodRunner, launch, launch
public ExecutableArchiveLauncher()
public ExecutableArchiveLauncher(JavaAgentDetector javaAgentDetector)
protected ExecutableArchiveLauncher(Archive archive)
protected final Archive getArchive()
protected String getMainClass() throws Exception
Launcher
getMainClass
in class Launcher
Exception
- if the main class cannot be obtainedprotected List<Archive> getClassPathArchives() throws Exception
Launcher
getClassPathArchives
in class Launcher
Exception
- if the class path archives cannot be obtainedprotected ClassLoader createClassLoader(URL[] urls) throws Exception
Launcher
createClassLoader
in class Launcher
urls
- the URLsException
- if the classloader cannot be createdprotected abstract boolean isNestedArchive(Archive.Entry entry)
JarEntry
is a nested item that should be added
to the classpath. The method is called once for each entry.entry
- the jar entrytrue
if the entry is a nested item (jar or folder)protected void postProcessClassPathArchives(List<Archive> archives) throws Exception
archives
- the archivesException
- if the post processing failsCopyright © 2016 Pivotal Software, Inc.. All rights reserved.