Class ChangeSetResults


  • public class ChangeSetResults
    extends java.lang.Object
    Stores the results of an performed ChangeSet operation.
    • Method Summary

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

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

      • ChangeSetResults

        public ChangeSetResults()
    • Method Detail

      • getAddedFromChangeSet

        public java.util.List<java.lang.String> getAddedFromChangeSet()
        Returns 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()
        Returns 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()
        Returns a list of file names which has been deleted
        Returns:
        the list of file names