Uses of Interface
org.refcodes.filesystem.FileSizeAccessor.FileSizeMutator
-
Uses of FileSizeAccessor.FileSizeMutator in org.refcodes.filesystem
Subinterfaces of FileSizeAccessor.FileSizeMutator in org.refcodes.filesystemModifier and TypeInterfaceDescriptionstatic interfaceThe mutableFileHandleallows the modification of (fiddling around with) attributes. ------------------------------------------------------------------------- ATTENTION: Usually fiddling around with attributes is not necessary, as theFileSystemitself provides the sufficient functionality to work with files.static interfaceProvides a size property.Classes in org.refcodes.filesystem that implement FileSizeAccessor.FileSizeMutatorModifier and TypeClassDescriptionclassThe implementation of aFileHandle.MutableFileHandle. ------------------------------------------------------------------------- CAUTION: fiddling with the path and the name attributes causes theFileHandleImpl.MutableFileHandleImpl.hashCode()andFileHandleImpl.MutableFileHandleImpl.equals(Object)methods to change behavior which can cause problems especially in collections!