Class FileFilterUtil
java.lang.Object
ch.qos.logback.core.rolling.helper.FileFilterUtil
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringafterLastSlash(String sregex) Deprecated.static intextractCounter(File file, String stemRegex) Deprecated.static File[]filesInFolderMatchingStemRegex(File file, String stemRegex) Deprecated.Return the set of files matching the stemRegex as found in 'directory'.static intfindHighestCounter(File[] matchingFileArray, String stemRegex) Deprecated.static booleanisEmptyDirectory(File dir) Deprecated.static voidremoveEmptyParentDirectories(File file, int recursivityCount) Deprecated.static voidreverseSortFileArrayByName(File[] fileArray) Deprecated.static StringDeprecated.static voidsortFileArrayByName(File[] fileArray) Deprecated.
-
Constructor Details
-
FileFilterUtil
public FileFilterUtil()Deprecated.
-
-
Method Details
-
sortFileArrayByName
Deprecated. -
reverseSortFileArrayByName
Deprecated. -
afterLastSlash
Deprecated. -
isEmptyDirectory
Deprecated. -
filesInFolderMatchingStemRegex
Deprecated.Return the set of files matching the stemRegex as found in 'directory'. A stemRegex does not contain any slash characters or any folder separators.- Parameters:
file-stemRegex-- Returns:
-
findHighestCounter
Deprecated. -
extractCounter
Deprecated. -
slashify
Deprecated. -
removeEmptyParentDirectories
Deprecated.
-