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. changesprivate java.util.Set<Change<E>>ChangeSetPerformer. changesMethods 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 voidChangeSet. addAddition(Change<E> addChange)Adds an addition change.private voidChangeSet. 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 booleanChangeSetPerformer. isDeletedLater(java.util.Set<Change<E>> workingSet, E entry)Checks if an ArchiveEntry is deleted later in the ChangeSet.
-