Package io.quarkus.deployment
Class IsDockerWorking
- java.lang.Object
-
- io.quarkus.deployment.IsDockerWorking
-
- All Implemented Interfaces:
BooleanSupplier
- Direct Known Subclasses:
IsDockerWorking.IsDockerRunningSilent
public class IsDockerWorking extends Object implements BooleanSupplier
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIsDockerWorking.IsDockerRunningSilentstatic classIsDockerWorking.OutputFilter
-
Constructor Summary
Constructors Constructor Description IsDockerWorking()IsDockerWorking(boolean silent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetAsBoolean()
-
-
-
Method Detail
-
getAsBoolean
public boolean getAsBoolean()
- Specified by:
getAsBooleanin interfaceBooleanSupplier
-
-