Interface Action

  • All Known Implementing Classes:
    DestinationAction

    public interface Action
    An Action represents an attempt to perform some behavior, typically on a particular resource.
    Since:
    5.10.0
    See Also:
    DestinationAction
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String toString()
      Returns a human readable string that indicates what this action is, for example "open doors" or "delete file /usr/local/foo"
    • Method Detail

      • toString

        String toString()
        Returns a human readable string that indicates what this action is, for example "open doors" or "delete file /usr/local/foo"
        Overrides:
        toString in class Object
        Returns:
        a human readable string that indicates what this action is