Serialized Form
-
Package io.quarkus.bootstrap.model
-
Class io.quarkus.bootstrap.model.AppArtifact extends AppArtifactCoords implements Serializable
-
Serialized Fields
-
paths
PathsCollection paths
-
-
-
Class io.quarkus.bootstrap.model.AppArtifactCoords extends Object implements Serializable
-
Class io.quarkus.bootstrap.model.AppArtifactKey extends Object implements Serializable
-
Class io.quarkus.bootstrap.model.AppDependency extends Object implements Serializable
-
Serialized Fields
-
artifact
AppArtifact artifact
-
optional
boolean optional
-
scope
String scope
-
-
-
Class io.quarkus.bootstrap.model.AppModel extends Object implements Serializable
-
Serialized Fields
-
appArtifact
AppArtifact appArtifact
-
deploymentDeps
List<AppDependency> deploymentDeps
The deployment dependencies, less the runtime parts. This will likely go away -
fullDeploymentDeps
List<AppDependency> fullDeploymentDeps
The deployment dependencies, including all transitive dependencies. This is used to build an isolated class loader to run the augmentation -
lesserPriorityArtifacts
Set<AppArtifactKey> lesserPriorityArtifacts
-
localProjectArtifacts
Set<AppArtifactKey> localProjectArtifacts
Artifacts that are present in the local maven project. These may be used by dev mode to make decisions about the final packaging for mutable jars -
parentFirstArtifacts
Set<AppArtifactKey> parentFirstArtifacts
-
platformProperties
Map<String,String> platformProperties
-
runnerParentFirstArtifacts
Set<AppArtifactKey> runnerParentFirstArtifacts
These artifacts have effect on the RunnerClassLoader -
runtimeDeps
List<AppDependency> runtimeDeps
The runtime dependencies of the application, including the runtime parts of all extensions.
-
-
-
Class io.quarkus.bootstrap.model.PathsCollection extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
-
Class io.quarkus.bootstrap.model.PersistentAppModel extends Object implements Serializable
-
Serialized Fields
-
appArtifact
io.quarkus.bootstrap.model.PersistentAppModel.SerializedDep appArtifact
-
baseName
String baseName
-
deploymentDeps
List<io.quarkus.bootstrap.model.PersistentAppModel.SerializedDep> deploymentDeps
-
fullDeploymentDeps
List<io.quarkus.bootstrap.model.PersistentAppModel.SerializedDep> fullDeploymentDeps
-
lesserPriorityArtifacts
Set<AppArtifactKey> lesserPriorityArtifacts
-
localProjectArtifacts
Set<AppArtifactKey> localProjectArtifacts
-
parentFirstArtifacts
Set<AppArtifactKey> parentFirstArtifacts
-
platformProperties
Map<String,String> platformProperties
-
runnerParentFirstArtifacts
Set<AppArtifactKey> runnerParentFirstArtifacts
-
runtimeDeps
List<io.quarkus.bootstrap.model.PersistentAppModel.SerializedDep> runtimeDeps
-
userProvidersDirectory
String userProvidersDirectory
-
-
-
-
Package io.quarkus.bootstrap.resolver
-
Class io.quarkus.bootstrap.resolver.AppModelResolverException extends Exception implements Serializable
- serialVersionUID:
- 1L
-