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 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 ChangeModifier and TypeMethodDescriptionprivate boolean
ChangeSetPerformer.isDeletedLater
(Set<Change> workingSet, ArchiveEntry entry) Checks if an ArchiveEntry is deleted later in the ChangeSet.