Interface CleanHandle
-
- All Known Implementing Classes:
CleanHandleImpl
public interface CleanHandle
- Since:
- 7.1
- Author:
- Eugene Petrenko (eugene.petrenko@gmail.com) Date: 19.03.12 18:01
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cleanup()
performs cleanupFile
getRoot()
-
-
-
Method Detail
-
getRoot
@NotNull File getRoot()
- Returns:
- clean root folder/file
-
cleanup
void cleanup()
performs cleanup
-
-