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
public static class DevServicesResultBuildItem.RunningDevService extends Object implements Closeable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()CloseablegetCloseable()Map<String,String>getConfig()StringgetContainerId()StringgetName()booleanisOwner()DevServicesResultBuildItemtoBuildItem()
-
-
-
Method Detail
-
getName
public String getName()
-
getContainerId
public String getContainerId()
-
getCloseable
public Closeable getCloseable()
-
isOwner
public boolean isOwner()
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
toBuildItem
public DevServicesResultBuildItem toBuildItem()
-
-