Package io.quarkus.test.services.quarkus
Class RemoteDevModeLocalhostQuarkusApplicationManagedResource
- java.lang.Object
-
- io.quarkus.test.services.quarkus.QuarkusManagedResource
-
- io.quarkus.test.services.quarkus.LocalhostQuarkusApplicationManagedResource
-
- io.quarkus.test.services.quarkus.RemoteDevModeLocalhostQuarkusApplicationManagedResource
-
- All Implemented Interfaces:
ManagedResource
public class RemoteDevModeLocalhostQuarkusApplicationManagedResource extends LocalhostQuarkusApplicationManagedResource
-
-
Constructor Summary
Constructors Constructor Description RemoteDevModeLocalhostQuarkusApplicationManagedResource(RemoteDevModeQuarkusApplicationManagedResourceBuilder model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LaunchModegetLaunchMode()booleanisRunning()protected voidonPreStart(ProcessBuilder pb)protected List<String>prepareCommand(List<String> systemProperties)voidstop()Stop the resource.-
Methods inherited from class io.quarkus.test.services.quarkus.LocalhostQuarkusApplicationManagedResource
getApplicationFolder, getLoggingHandler, getLogOutputFile, getURI, logs, restart, start
-
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
-
RemoteDevModeLocalhostQuarkusApplicationManagedResource
public RemoteDevModeLocalhostQuarkusApplicationManagedResource(RemoteDevModeQuarkusApplicationManagedResourceBuilder model)
-
-
Method Detail
-
isRunning
public boolean isRunning()
- Specified by:
isRunningin interfaceManagedResource- Overrides:
isRunningin classLocalhostQuarkusApplicationManagedResource- Returns:
- if the resource is running.
-
stop
public void stop()
Description copied from interface:ManagedResourceStop the resource.- Specified by:
stopin interfaceManagedResource- Overrides:
stopin classLocalhostQuarkusApplicationManagedResource
-
getLaunchMode
protected LaunchMode getLaunchMode()
- Overrides:
getLaunchModein classQuarkusManagedResource
-
prepareCommand
protected List<String> prepareCommand(List<String> systemProperties)
- Specified by:
prepareCommandin classLocalhostQuarkusApplicationManagedResource
-
onPreStart
protected void onPreStart(ProcessBuilder pb)
- Overrides:
onPreStartin classLocalhostQuarkusApplicationManagedResource
-
-