Class IsLinux

java.lang.Object
io.quarkus.runtime.util.IsLinux
All Implemented Interfaces:
BooleanSupplier

public class IsLinux extends Object implements BooleanSupplier
Platform specific annotations, allows one to deliver different substitutions for the same target based on the platform, e.g.:
  • Constructor Details

    • IsLinux

      public IsLinux()
  • Method Details