Package io.quarkus.test.services.quarkus
Class DevModeLocalhostQuarkusApplicationManagedResource
- java.lang.Object
-
- io.quarkus.test.services.quarkus.QuarkusManagedResource
-
- io.quarkus.test.services.quarkus.LocalhostQuarkusApplicationManagedResource
-
- io.quarkus.test.services.quarkus.DevModeLocalhostQuarkusApplicationManagedResource
-
- All Implemented Interfaces:
ManagedResource
public class DevModeLocalhostQuarkusApplicationManagedResource extends LocalhostQuarkusApplicationManagedResource
-
-
Constructor Summary
Constructors Constructor Description DevModeLocalhostQuarkusApplicationManagedResource(DevModeQuarkusApplicationManagedResourceBuilder model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LaunchModegetLaunchMode()protected List<String>prepareCommand(List<String> systemProperties)-
Methods inherited from class io.quarkus.test.services.quarkus.LocalhostQuarkusApplicationManagedResource
getApplicationFolder, getLoggingHandler, getLogOutputFile, getURI, isRunning, logs, onPreStart, restart, start, stop
-
Methods inherited from class io.quarkus.test.services.quarkus.QuarkusManagedResource
getContext, getDisplayName, isFailed, isNativeTest, needsBuildArtifact, onPostBuild, onPreBuild
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.quarkus.test.bootstrap.ManagedResource
createURI, validate
-
-
-
-
Constructor Detail
-
DevModeLocalhostQuarkusApplicationManagedResource
public DevModeLocalhostQuarkusApplicationManagedResource(DevModeQuarkusApplicationManagedResourceBuilder model)
-
-
Method Detail
-
getLaunchMode
protected LaunchMode getLaunchMode()
- Overrides:
getLaunchModein classQuarkusManagedResource
-
prepareCommand
protected List<String> prepareCommand(List<String> systemProperties)
- Specified by:
prepareCommandin classLocalhostQuarkusApplicationManagedResource
-
-