Package io.quarkus.runtime.util
Class IsLinux
java.lang.Object
io.quarkus.runtime.util.IsLinux
- All Implemented Interfaces:
BooleanSupplier
Platform specific annotations,
allows one to deliver different substitutions for the same target
based on the platform, e.g.:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IsLinux
public IsLinux()
-
-
Method Details
-
getAsBoolean
public boolean getAsBoolean()- Specified by:
getAsBooleanin interfaceBooleanSupplier
-