Serialized Form
-
Package io.quarkus.bootstrap.model
-
Class io.quarkus.bootstrap.model.AppArtifact extends AppArtifactCoords implements Serializable
-
Serialized Fields
-
flags
int flags
-
module
WorkspaceModule module
-
paths
PathsCollection paths
-
scope
String scope
-
-
-
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
-
flags
int flags
-
scope
String scope
-
-
-
Class io.quarkus.bootstrap.model.AppModel extends Object implements Serializable
-
Serialized Fields
-
appArtifact
AppArtifact appArtifact
Deprecated. -
capabilitiesContracts
Map<String,CapabilityContract> capabilitiesContracts
Deprecated. -
dependencies
List<AppDependency> dependencies
Deprecated.The deployment dependencies, including all transitive dependencies. This is used to build an isolated class loader to run the augmentation -
lesserPriorityArtifacts
Set<AppArtifactKey> lesserPriorityArtifacts
Deprecated. -
localProjectArtifacts
Set<AppArtifactKey> localProjectArtifacts
Deprecated.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
Deprecated. -
platformImports
PlatformImports platformImports
Deprecated. -
runnerParentFirstArtifacts
Set<AppArtifactKey> runnerParentFirstArtifacts
Deprecated.These artifacts have effect on the RunnerClassLoader
-
-
-
Class io.quarkus.bootstrap.model.CapabilityContract extends Object implements Serializable
-
Class io.quarkus.bootstrap.model.DefaultApplicationModel extends Object implements Serializable
-
Serialized Fields
-
appArtifact
ResolvedDependency appArtifact
-
capabilityContracts
List<ExtensionCapabilities> capabilityContracts
-
dependencies
List<ResolvedDependency> dependencies
-
lesserPriorityArtifacts
Set<ArtifactKey> lesserPriorityArtifacts
-
localProjectArtifacts
Set<ArtifactKey> localProjectArtifacts
-
parentFirstArtifacts
Set<ArtifactKey> parentFirstArtifacts
-
platformImports
PlatformImports platformImports
-
runnerParentFirstArtifacts
Set<ArtifactKey> runnerParentFirstArtifacts
-
-
-
Class io.quarkus.bootstrap.model.MutableJarApplicationModel extends Object implements Serializable
-
Serialized Fields
-
appArtifact
io.quarkus.bootstrap.model.MutableJarApplicationModel.SerializedDep appArtifact
-
baseName
String baseName
-
capabilitiesContracts
Collection<ExtensionCapabilities> capabilitiesContracts
-
dependencies
List<io.quarkus.bootstrap.model.MutableJarApplicationModel.SerializedDep> dependencies
-
lesserPriorityArtifacts
Set<ArtifactKey> lesserPriorityArtifacts
-
localProjectArtifacts
Set<ArtifactKey> localProjectArtifacts
-
parentFirstArtifacts
Set<ArtifactKey> parentFirstArtifacts
-
platformImports
PlatformImports platformImports
-
runnerParentFirstArtifacts
Set<ArtifactKey> runnerParentFirstArtifacts
-
userProvidersDirectory
String userProvidersDirectory
-
-
-
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.PlatformImportsImpl extends Object implements Serializable
-
Serialized Fields
-
allPlatformInfo
Map<String,PlatformInfo> allPlatformInfo
-
collectedProps
Map<String,String> collectedProps
-
importedPlatformBoms
Map<String,Collection<ArtifactCoords>> importedPlatformBoms
-
platformBoms
Collection<ArtifactCoords> platformBoms
-
platformImports
Map<ArtifactCoords,io.quarkus.bootstrap.model.PlatformImportsImpl.PlatformImport> platformImports
-
platformReleaseInfo
Collection<PlatformReleaseInfo> platformReleaseInfo
-
-
-
Class io.quarkus.bootstrap.model.PlatformInfo extends Object implements Serializable
-
Serialized Fields
-
key
String key
-
streams
List<PlatformStreamInfo> streams
-
-
-
Class io.quarkus.bootstrap.model.PlatformReleaseInfo extends Object implements Serializable
-
Serialized Fields
-
boms
List<ArtifactCoords> boms
-
platformKey
String platformKey
-
stream
String stream
-
version
String version
-
-
-
Class io.quarkus.bootstrap.model.PlatformStreamInfo extends Object implements Serializable
-
Serialized Fields
-
id
String id
-
releases
Map<String,PlatformReleaseInfo> releases
-
-
-
-
Package io.quarkus.bootstrap.model.gradle.impl
-
Class io.quarkus.bootstrap.model.gradle.impl.ModelParameterImpl extends Object implements Serializable
-
Serialized Fields
-
mode
String mode
-
-
-
-
Package io.quarkus.bootstrap.resolver
-
Class io.quarkus.bootstrap.resolver.AppModelResolverException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package io.quarkus.bootstrap.workspace
-
Class io.quarkus.bootstrap.workspace.DefaultProcessedSources extends Object implements Serializable
-
Class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule extends Object implements Serializable
-
Serialized Fields
-
buildDir
File buildDir
-
buildFiles
PathCollection buildFiles
-
id
WorkspaceModuleId id
-
mainResources
Collection<ProcessedSources> mainResources
-
mainSources
Collection<ProcessedSources> mainSources
-
moduleDir
File moduleDir
-
testResources
Collection<ProcessedSources> testResources
-
testSources
Collection<ProcessedSources> testSources
-
-
-
-
Package io.quarkus.maven.dependency
-
Class io.quarkus.maven.dependency.ArtifactDependency extends GACTV implements Serializable
-
Serialized Fields
-
flags
int flags
-
scope
String scope
-
-
-
Class io.quarkus.maven.dependency.GACT extends Object implements Serializable
-
Class io.quarkus.maven.dependency.GACTV extends Object implements Serializable
-
Class io.quarkus.maven.dependency.GAV extends Object implements Serializable
-
Class io.quarkus.maven.dependency.ResolvedArtifactDependency extends ArtifactDependency implements Serializable
-
Serialized Fields
-
module
WorkspaceModule module
-
paths
PathCollection paths
-
-
-
-
Package io.quarkus.paths
-
Class io.quarkus.paths.PathList 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
-
-