Class ApplyResult


  • public class ApplyResult
    extends java.lang.Object
    Encapsulates the result of a ApplyCommand
    Since:
    2.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<java.io.File> updatedFiles  
    • Constructor Summary

      Constructors 
      Constructor Description
      ApplyResult()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ApplyResult addUpdatedFile​(java.io.File f)
      Add updated file
      java.util.List<java.io.File> getUpdatedFiles()
      Get updated files
      • Methods inherited from class java.lang.Object

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

      • updatedFiles

        private java.util.List<java.io.File> updatedFiles
    • Constructor Detail

      • ApplyResult

        public ApplyResult()
    • Method Detail

      • addUpdatedFile

        public ApplyResult addUpdatedFile​(java.io.File f)
        Add updated file
        Parameters:
        f - an updated file
        Returns:
        this instance
      • getUpdatedFiles

        public java.util.List<java.io.File> getUpdatedFiles()
        Get updated files
        Returns:
        updated files