Uses of Class
org.apache.commons.compress.changes.Change.ChangeType
-
Packages that use Change.ChangeType Package Description org.apache.commons.compress.changes 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.ChangeType Modifier and Type Field Description private Change.ChangeType
Change. type
Type of change.Methods in org.apache.commons.compress.changes that return Change.ChangeType Modifier and Type Method Description (package private) Change.ChangeType
Change. getType()
static Change.ChangeType
Change.ChangeType. valueOf(java.lang.String name)
Returns 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.ChangeType Constructor Description Change(java.lang.String fileName, Change.ChangeType type)
Constructs a new instance.
-