Package io.quarkus.bootstrap.util
Class BootstrapUtils
java.lang.Object
io.quarkus.bootstrap.util.BootstrapUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ApplicationModeldeserializeQuarkusModel(Path modelPath) static voidexportModel(ApplicationModel model, boolean test) static ArtifactKey[]static PathresolveSerializedAppModelPath(Path projectBuildDir) static PathserializeAppModel(ApplicationModel model, boolean test) static voidserializeAppModel(ApplicationModel model, Path serializedModel) static Pathstatic String[]
-
Constructor Details
-
BootstrapUtils
public BootstrapUtils()
-
-
Method Details
-
splitByWhitespace
-
parseDependencyCondition
-
exportModel
public static void exportModel(ApplicationModel model, boolean test) throws AppModelResolverException, IOException - Throws:
AppModelResolverExceptionIOException
-
serializeAppModel
public static Path serializeAppModel(ApplicationModel model, boolean test) throws AppModelResolverException, IOException - Throws:
AppModelResolverExceptionIOException
-
serializeAppModel
public static void serializeAppModel(ApplicationModel model, Path serializedModel) throws IOException - Throws:
IOException
-
serializeQuarkusModel
- Throws:
IOException
-
deserializeQuarkusModel
public static ApplicationModel deserializeQuarkusModel(Path modelPath) throws AppModelResolverException - Throws:
AppModelResolverException
-
resolveSerializedAppModelPath
-