Class ChangeSetResults
java.lang.Object
org.apache.commons.compress.changes.ChangeSetResults
Stores the results of a performed
ChangeSet
operation.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets a list of file names which has been added from theChangeSet
Gets a list of file names which has been added from the original streamGets a list of file names which has been deleted
-
Constructor Details
-
ChangeSetResults
public ChangeSetResults()
-
-
Method Details
-
getAddedFromChangeSet
Gets a list of file names which has been added from theChangeSet
- 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
Gets a list of file names which has been deleted- Returns:
- the list of file names
-