Class Actions


  • public class Actions
    extends java.lang.Object
    Utilities to perform actions.
    • Constructor Summary

      Constructors 
      Constructor Description
      Actions()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void doSafe​(Action action)
      Executes an Action, catching any error.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Actions

        public Actions()
    • Method Detail

      • doSafe

        public static void doSafe​(Action action)
        Executes an Action, catching any error.
        Parameters:
        action - to be executed