Interface GuardFactory


public interface GuardFactory
Should be used to contribute custom guards via extension points
Author:
Bogdan Stefanescu
  • Method Summary

    Modifier and Type
    Method
    Description
    Create a new guard and initialize it using the given string.
  • Method Details

    • newGuard

      Guard newGuard(String value)
      Create a new guard and initialize it using the given string.
      Parameters:
      value - some value to initialize the guard