Package sootup.core.util
Class PathUtils
java.lang.Object
sootup.core.util.PathUtils
Common functionality useful to cope with
Path
s.- Author:
- Manuel Benz created on 06.06.18
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
endsWithIgnoreCase
(String str, String suffix) static boolean
hasExtension
(Path path, Collection<FileType> extensions) static boolean
hasExtension
(Path path, FileType... extensions) static boolean
-
Constructor Details
-
PathUtils
public PathUtils()
-
-
Method Details
-
hasExtension
-
hasExtension
- See Also:
-
endsWithIgnoreCase
-
isArchive
-