Interface StrictAware

All Superinterfaces:
Plugin

@Deprecated @API(status=STABLE) public interface StrictAware extends Plugin
Deprecated.
strict mode is enabled by default and will be removed.
Interface for Plugins that need to know if the Runtime is strict.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setStrict(boolean strict)
    Deprecated.
    When set to strict the plugin should indicate failure for undefined and pending steps
  • Method Details

    • setStrict

      void setStrict(boolean strict)
      Deprecated.
      When set to strict the plugin should indicate failure for undefined and pending steps
      Parameters:
      strict - true if the runtime is in strict mode