Uses of Class
kala.compress.changes.Change.ChangeType
-
Packages that use Change.ChangeType Package Description kala.compress.changes EXPERIMENTAL support for changesets that are applied to archives. -
-
Uses of Change.ChangeType in kala.compress.changes
Fields in kala.compress.changes declared as Change.ChangeType Modifier and Type Field Description private Change.ChangeTypeChange. typeType of change.Methods in kala.compress.changes that return Change.ChangeType Modifier and Type Method Description (package private) Change.ChangeTypeChange. getType()static Change.ChangeTypeChange.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 kala.compress.changes with parameters of type Change.ChangeType Constructor Description Change(java.lang.String fileName, Change.ChangeType type)Constructs a new instance.
-