Class ModuleRun<R>

  • Type Parameters:
    R - inner changes type

    public class ModuleRun<R>
    extends java.lang.Object
    result of a module.run in a state file
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private R changes  
      private java.lang.String comment  
      private boolean result  
    • Constructor Summary

      Constructors 
      Constructor Description
      ModuleRun​(R changesIn, java.lang.String commentIn, boolean resultIn)
      constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      R getChanges()
      get changes
      java.lang.String getComment()
      get comment
      boolean isResult()
      get result
      • Methods inherited from class java.lang.Object

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

      • changes

        private final R changes
      • comment

        private final java.lang.String comment
      • result

        private final boolean result
    • Constructor Detail

      • ModuleRun

        public ModuleRun​(R changesIn,
                         java.lang.String commentIn,
                         boolean resultIn)
        constructor
        Parameters:
        changesIn - changes
        commentIn - comment
        resultIn - result
    • Method Detail

      • getChanges

        public R getChanges()
        get changes
        Returns:
        changes
      • getComment

        public java.lang.String getComment()
        get comment
        Returns:
        comment
      • isResult

        public boolean isResult()
        get result
        Returns:
        result