Package io.quarkus.test.services.quarkus
Class DevModeQuarkusApplicationManagedResourceBuilder
- java.lang.Object
-
- io.quarkus.test.services.quarkus.QuarkusApplicationManagedResourceBuilder
-
- io.quarkus.test.services.quarkus.DevModeQuarkusApplicationManagedResourceBuilder
-
- All Implemented Interfaces:
ManagedResourceBuilder
public class DevModeQuarkusApplicationManagedResourceBuilder extends QuarkusApplicationManagedResourceBuilder
-
-
Field Summary
-
Fields inherited from class io.quarkus.test.services.quarkus.QuarkusApplicationManagedResourceBuilder
HTTP_PORT_DEFAULT, QUARKUS_GRPC_SERVER_PORT_PROPERTY, QUARKUS_HTTP_PORT_PROPERTY, QUARKUS_HTTP_SSL_PORT_PROPERTY, RESOURCES_FOLDER
-
-
Constructor Summary
Constructors Constructor Description DevModeQuarkusApplicationManagedResourceBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbuild()ManagedResourcebuild(ServiceContext context)Build the resource using the service context.protected PathgetResourcesApplicationFolder()voidinit(Annotation annotation)(Optional) Init managed resource builder using the metadata from the annotation.-
Methods inherited from class io.quarkus.test.services.quarkus.QuarkusApplicationManagedResourceBuilder
configureLogging, containsBuildProperties, copyResourcesToAppFolder, createSnapshotOfBuildProperties, getAppClasses, getApplicationFolder, getBuildProperties, getComputedApplicationProperties, getComputedProperty, getContext, getForcedDependencies, initAppClasses, initForcedDependencies, isGrpcEnabled, isSslEnabled, requiresCustomBuild, setContext, setGrpcEnabled, setPropertiesFile, setSslEnabled
-
-
-
-
Method Detail
-
init
public void init(Annotation annotation)
Description copied from interface:ManagedResourceBuilder(Optional) Init managed resource builder using the metadata from the annotation.- Parameters:
annotation- metadata
-
getResourcesApplicationFolder
protected Path getResourcesApplicationFolder()
- Overrides:
getResourcesApplicationFolderin classQuarkusApplicationManagedResourceBuilder
-
build
public ManagedResource build(ServiceContext context)
Description copied from interface:ManagedResourceBuilderBuild the resource using the service context.
-
build
protected void build()
- Specified by:
buildin classQuarkusApplicationManagedResourceBuilder
-
-