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<E>>
ChangeSet. changes
private java.util.Set<Change<E>>
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<E>>
ChangeSet. getChanges()
Gets 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<E> addChange)
Adds an addition change.private void
ChangeSet. addDeletion(Change<E> deleteChange)
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<E>> workingSet, E entry)
Checks if an ArchiveEntry is deleted later in the ChangeSet.
-