public class SerializedApplication extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
META_INF_VERSIONS |
| Constructor and Description |
|---|
SerializedApplication(RunnerClassLoader runnerClassLoader,
String mainClass) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMainClass() |
RunnerClassLoader |
getRunnerClassLoader() |
static SerializedApplication |
read(InputStream inputStream,
Path appRoot) |
static void |
write(OutputStream outputStream,
String mainClass,
Path applicationRoot,
List<Path> classPath,
List<Path> parentFirst,
List<String> nonExistentResources) |
public static final String META_INF_VERSIONS
public SerializedApplication(RunnerClassLoader runnerClassLoader, String mainClass)
public RunnerClassLoader getRunnerClassLoader()
public String getMainClass()
public static void write(OutputStream outputStream, String mainClass, Path applicationRoot, List<Path> classPath, List<Path> parentFirst, List<String> nonExistentResources) throws IOException
IOExceptionpublic static SerializedApplication read(InputStream inputStream, Path appRoot) throws IOException
IOExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.