Interface ToolFeatures


  • public interface ToolFeatures
    States which features a tool has.
    Since:
    2.0
    • Method Detail

      • planHasDetailedExitCode

        boolean planHasDetailedExitCode()
        plan supports {-detailed-exitcode}
        Returns:
        true for feature.
      • planHasGenerateConfigOut

        boolean planHasGenerateConfigOut()
        plan supports {-generate-config-out}
        Returns:
        true for feature.
      • planHasRefreshOnly

        boolean planHasRefreshOnly()
        Whether plan supports -refresh-only
        Returns:
        true for feature.
        Since:
        2.4