Uses of Interface
com.github.robtimus.filesystems.CleanerSupport.CleanAction
-
Packages that use CleanerSupport.CleanAction Package Description com.github.robtimus.filesystems Provides utility classes and interfaces that can assist in implementing file systems. -
-
Uses of CleanerSupport.CleanAction in com.github.robtimus.filesystems
Methods in com.github.robtimus.filesystems with parameters of type CleanerSupport.CleanAction Modifier and Type Method Description static Cleaner.CleanableCleanerSupport. register(Cleaner cleaner, Object obj, CleanerSupport.CleanAction action)Registers an object and a cleaning action in aCleaner.
-