Package io.quarkus.bootstrap.runner
Class SerializedApplication
java.lang.Object
io.quarkus.bootstrap.runner.SerializedApplication
Data that reads serialized Class Path info
This format is subject to change, and gives no compatibility guarantees, it is only intended to be used
with the same version of Quarkus that created it.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSerializedApplication(RunnerClassLoader runnerClassLoader, String mainClass) -
Method Summary
Modifier and TypeMethodDescriptionstatic SerializedApplicationread(InputStream inputStream, Path appRoot) static voidwrite(OutputStream outputStream, String mainClass, Path applicationRoot, List<Path> classPath, List<Path> parentFirst, List<String> nonExistentResources)
-
Field Details
-
META_INF_VERSIONS
- See Also:
-
-
Constructor Details
-
SerializedApplication
-
-
Method Details
-
getRunnerClassLoader
-
getMainClass
-
write
public static void write(OutputStream outputStream, String mainClass, Path applicationRoot, List<Path> classPath, List<Path> parentFirst, List<String> nonExistentResources) throws IOException - Throws:
IOException
-
read
- Throws:
IOException
-