Package io.quarkus.deployment.builditem
Class DevServicesResultBuildItem.RunningDevService
java.lang.Object
io.quarkus.deployment.builditem.DevServicesResultBuildItem.RunningDevService
- All Implemented Interfaces:
Closeable,AutoCloseable
- Enclosing class:
DevServicesResultBuildItem
@Deprecated
public static class DevServicesResultBuildItem.RunningDevService
extends Object
implements Closeable
Deprecated.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Deprecated.RunningDevService(String name, String description, String containerId, Closeable closeable, String key, String value) Deprecated.RunningDevService(String name, String description, String containerId, Closeable closeable, Map<String, String> config) Deprecated. -
Method Summary
-
Field Details
-
name
Deprecated. -
description
Deprecated. -
containerId
Deprecated. -
config
Deprecated. -
closeable
Deprecated. -
isRunning
protected volatile boolean isRunningDeprecated.
-
-
Constructor Details
-
RunningDevService
public RunningDevService(String name, String containerId, Closeable closeable, String key, String value) Deprecated. -
RunningDevService
public RunningDevService(String name, String description, String containerId, Closeable closeable, String key, String value) Deprecated. -
RunningDevService
public RunningDevService(String name, String containerId, Closeable closeable, Map<String, String> config) Deprecated. -
RunningDevService
public RunningDevService(String name, String description, String containerId, Closeable closeable, Map<String, String> config) Deprecated.
-
-
Method Details
-
getName
Deprecated. -
getDescription
Deprecated. -
getContainerId
Deprecated. -
getConfig
Deprecated. -
getCloseable
Deprecated. -
isOwner
public boolean isOwner()Deprecated. -
close
Deprecated.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
toBuildItem
Deprecated.
-
DevServicesResultBuildItem.discovered()instead.