Class ChangeSetResults

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getAddedFromChangeSet()
      Gets a list of file names which has been added from the ChangeSet
      java.util.List<java.lang.String> getAddedFromStream()
      Gets a list of file names which has been added from the original stream
      java.util.List<java.lang.String> getDeleted()
      Gets a list of file names which has been deleted
      • Methods inherited from class java.lang.Object

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

      • getAddedFromChangeSet

        public java.util.List<java.lang.String> getAddedFromChangeSet()
        Gets a list of file names which has been added from the ChangeSet
        Returns:
        the list of file names
      • getAddedFromStream

        public java.util.List<java.lang.String> getAddedFromStream()
        Gets a list of file names which has been added from the original stream
        Returns:
        the list of file names
      • getDeleted

        public java.util.List<java.lang.String> getDeleted()
        Gets a list of file names which has been deleted
        Returns:
        the list of file names