Interface FileFormatter
@NullMarked
public interface FileFormatter
-
Method Summary
Modifier and TypeMethodDescriptionstatic FileFormatterformatChildLimitReached(TreeEntry.SkippedChildrenEntry skippedChildrenEntry) formatDirectoryBegin(TreeEntry.DirectoryEntry dirEntry, List<Path> dirs) formatDirectoryException(TreeEntry.DirectoryExceptionTreeEntry dirExceptionEntry) formatFile(TreeEntry.FileEntry fileEntry) formatFileException(TreeEntry.FileReadingAttributesExceptionEntry fileReadingAttrsException) formatMaxDepthReached(TreeEntry.MaxDepthReachEntry maxDepthReachEntry) static FileFormatterwrapWithEmojis(FileFormatter decorated) static FileFormatterwrapWithEmojis(FileFormatter decorated, EmojiMapping emojiMapping)
-
Method Details
-
formatDirectoryBegin
-
formatDirectoryException
-
formatFile
-
formatFileException
-
formatChildLimitReached
-
formatMaxDepthReached
-
createDefault
-
wrapWithEmojis
-
wrapWithEmojis
-