Class ChangeSetResults

java.lang.Object
org.apache.commons.compress.changes.ChangeSetResults

public class ChangeSetResults extends Object
Stores the results of a performed ChangeSet operation.
  • Constructor Details

  • Method Details

    • getAddedFromChangeSet

      Gets a list of file names which has been added from the ChangeSet
      Returns:
      the list of file names
    • getAddedFromStream

      Gets a list of file names which has been added from the original stream
      Returns:
      the list of file names
    • getDeleted

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