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 Link icon

  • Method Details Link icon

    • getAddedFromChangeSet Link icon

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

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

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