Uses of Enum
org.apache.commons.compress.changes.Change.ChangeType
Packages that use Change.ChangeType
Package
Description
EXPERIMENTAL support for changesets that are applied to archives.
-
Uses of Change.ChangeType in org.apache.commons.compress.changes
Fields in org.apache.commons.compress.changes declared as Change.ChangeTypeMethods in org.apache.commons.compress.changes that return Change.ChangeTypeModifier and TypeMethodDescription(package private) Change.ChangeTypeChange.getType()static Change.ChangeTypeReturns the enum constant of this type with the specified name.static Change.ChangeType[]Change.ChangeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.commons.compress.changes with parameters of type Change.ChangeTypeModifierConstructorDescription(package private)Change(String fileName, Change.ChangeType type) Constructs a new instance.