Package io.quarkus.bootstrap.model
Class MutableJarApplicationModel
java.lang.Object
io.quarkus.bootstrap.model.MutableJarApplicationModel
- All Implemented Interfaces:
Serializable
A representation of AppModel, that has been serialized to disk for an existing application.
This needs a slightly different representation than AppModel
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMutableJarApplicationModel(String baseName, Map<ArtifactKey, List<String>> paths, ApplicationModel appModel, String userProvidersDirectory, String appArchivePath) -
Method Summary
-
Constructor Details
-
MutableJarApplicationModel
public MutableJarApplicationModel(String baseName, Map<ArtifactKey, List<String>> paths, ApplicationModel appModel, String userProvidersDirectory, String appArchivePath)
-
-
Method Details
-
getUserProvidersDirectory
-
getAppModel
-
getBaseName
-