Documentation of 'org.apache.commons.compress.changes.ChangeSetResults' Java class
ChangeSetResults
org.apache.commons.compress.changes

Class ChangeSetResults



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

      Constructors 
      Constructor and Description
      ChangeSetResults() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and 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

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.