Package | Description |
---|---|
org.apache.commons.compress.changes |
EXPERIMENTAL support for changesets that are applied to
archives.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Set<Change> |
ChangeSet.changes |
private java.util.Set<Change> |
ChangeSetPerformer.changes |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.Set<Change> |
ChangeSet.getChanges()
Returns the list of changes as a copy.
|
Modifier and Type | Method and Description |
---|---|
private void |
ChangeSet.addAddition(Change pChange)
Adds an addition change.
|
private void |
ChangeSet.addDeletion(Change pChange)
Adds an delete change.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
ChangeSetPerformer.isDeletedLater(java.util.Set<Change> workingSet,
ArchiveEntry entry)
Checks if an ArchiveEntry is deleted later in the ChangeSet.
|