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