Class ApplyResult


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

      • ApplyResult

        public ApplyResult()
    • Method Detail

      • addUpdatedFile

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

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