Class MultiModuleFixAction

  • All Implemented Interfaces:
    Action<Task>

    public class MultiModuleFixAction
    extends java.lang.Object
    implements Action<Task>
    See Also:
    #409
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(Task task)  
      • Methods inherited from class java.lang.Object

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

      • MultiModuleFixAction

        public MultiModuleFixAction()
    • Method Detail

      • execute

        public void execute​(@Nonnull
                            Task task)
        Specified by:
        execute in interface Action<Task>