Package org.kiwiproject.io
Class TimeBasedDirectoryCleaner.FileDeleteResult
java.lang.Object
org.kiwiproject.io.TimeBasedDirectoryCleaner.FileDeleteResult
- Enclosing class:
- TimeBasedDirectoryCleaner
-
Constructor Summary
ConstructorsConstructorDescriptionFileDeleteResult(String absolutePath, boolean deleteWasAttempted, boolean deleteWasSuccessful) -
Method Summary
Modifier and TypeMethodDescriptionbooleanboolean
-
Constructor Details
-
FileDeleteResult
@ConstructorProperties({"absolutePath","deleteWasAttempted","deleteWasSuccessful"}) public FileDeleteResult(String absolutePath, boolean deleteWasAttempted, boolean deleteWasSuccessful)
-
-
Method Details
-
getAbsolutePath
-
isDeleteWasAttempted
public boolean isDeleteWasAttempted() -
isDeleteWasSuccessful
public boolean isDeleteWasSuccessful()
-