public class BundledJarRunner extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | BundledJarRunner.ArgumentsContains runtime arguments for  BundledJarRunner. | 
| Constructor and Description | 
|---|
| BundledJarRunner(File jarFile,
                BundledJarRunner.Arguments arguments) | 
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.