Package io.quarkus.bootstrap.model
Class PersistentAppModel
- java.lang.Object
-
- io.quarkus.bootstrap.model.PersistentAppModel
-
- All Implemented Interfaces:
Serializable
public class PersistentAppModel 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 PersistentAppModel(String baseName, Map<AppArtifactKey,List<String>> paths, AppModel appModel, String userProvidersDirectory, String appArchivePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppModelgetAppModel(Path root)StringgetBaseName()StringgetUserProvidersDirectory()
-