Uses of Class
org.apache.commons.compress.changes.Change
Packages that use Change
Package
Description
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 ChangeMethods in org.apache.commons.compress.changes that return types with arguments of type ChangeMethods in org.apache.commons.compress.changes with parameters of type ChangeModifier and TypeMethodDescriptionprivate 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 ChangeModifier and TypeMethodDescriptionprivate booleanChangeSetPerformer.isDeletedLater(Set<Change<E>> workingSet, E entry) Checks if an ArchiveEntry is deleted later in the ChangeSet.