Package io.quarkus.bootstrap.model
Class MutableJarApplicationModel
- java.lang.Object
-
- io.quarkus.bootstrap.model.MutableJarApplicationModel
-
- All Implemented Interfaces:
Serializable
public class MutableJarApplicationModel extends Object implements 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MutableJarApplicationModel(String baseName, Map<ArtifactKey,List<String>> paths, ApplicationModel appModel, String userProvidersDirectory, String appArchivePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationModelgetAppModel(Path root)StringgetBaseName()StringgetUserProvidersDirectory()
-
-
-
Constructor Detail
-
MutableJarApplicationModel
public MutableJarApplicationModel(String baseName, Map<ArtifactKey,List<String>> paths, ApplicationModel appModel, String userProvidersDirectory, String appArchivePath)
-
-
Method Detail
-
getUserProvidersDirectory
public String getUserProvidersDirectory()
-
getAppModel
public ApplicationModel getAppModel(Path root)
-
getBaseName
public String getBaseName()
-
-