Package com.tailf.conf
Class ConfCleaner.Closer
Object
com.tailf.conf.ConfCleaner.Closer
- All Implemented Interfaces:
AutoCloseable
,Runnable
- Enclosing class:
- ConfCleaner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd
(AutoCloseable... closeables) void
close()
remove
(AutoCloseable closeable) void
run()
-
Constructor Details
-
Closer
-
-
Method Details
-
add
-
remove
-
run
public void run() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-