public class BundledJarRunner extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BundledJarRunner.Arguments
Contains runtime arguments for
BundledJarRunner . |
Constructor and Description |
---|
BundledJarRunner(File jarFile,
BundledJarRunner.Arguments arguments) |
Modifier and Type | Method and Description |
---|---|
void |
load() |
void |
load(ClassLoader parentClassLoader) |
void |
run() |
public BundledJarRunner(File jarFile, BundledJarRunner.Arguments arguments)
public void load() throws ClassNotFoundException, NoSuchMethodException, InstantiationException, IllegalAccessException, IOException
public void load(ClassLoader parentClassLoader) throws IOException, ClassNotFoundException, IllegalAccessException, InstantiationException, NoSuchMethodException
Copyright © 2013-2016 The Apache Software Foundation. All rights reserved.