Interface Plugin

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int PRIORITY_DATABASE  
      static int PRIORITY_DEFAULT
      Value to return from priority functions when the plugin is the standard implementation.
      static int PRIORITY_NOT_APPLICABLE
      Value to return from priority functions when the plugin is not applicable.
      static int PRIORITY_SPECIALIZED
      Value to return from priority functions when the plugin is a specialized, non-default implementation.
    • Field Detail

      • PRIORITY_NOT_APPLICABLE

        static final int PRIORITY_NOT_APPLICABLE
        Value to return from priority functions when the plugin is not applicable.
        See Also:
        Constant Field Values
      • PRIORITY_DEFAULT

        static final int PRIORITY_DEFAULT
        Value to return from priority functions when the plugin is the standard implementation.
        See Also:
        Constant Field Values
      • PRIORITY_SPECIALIZED

        static final int PRIORITY_SPECIALIZED
        Value to return from priority functions when the plugin is a specialized, non-default implementation.
        See Also:
        Constant Field Values