Package utilities.util
Class FileResolutionResult
java.lang.Object
utilities.util.FileResolutionResult
A simple class that holds info relating to the result of verifying a file's existence and
proper usage of case.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FileResolutionResult
static FileResolutionResult
doesNotExist
(ResourceFile file) boolean
isOk()
static FileResolutionResult
notCaseDependent
(String canonicalPath, String userPath) static FileResolutionResult
ok()
-
Method Details
-
doesNotExist
-
notCaseDependent
-
ok
-
createDoesNotExistResult
-
getStatus
-
getMessage
-
isOk
public boolean isOk()
-