Index

A B C D E F G H I L M N P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

append(DepthSymbol) - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.depth.Depth
 
areCompactDirectoriesUsed() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PrettyPrintOptions
 
areCompactDirectoriesUsed() - Method in interface io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.RenderingOptions
Are directories compacted into one entry?
areEmojisUsed() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PrettyPrintOptions
 
areEmojisUsed() - Method in interface io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.RenderingOptions
Are emojis used (filename, etc.)?

B

build() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.ChildLimitBuilder
Builds the child limit function based on the configured rules.
build() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.FileTreePrettyPrinterBuilder
Builds the pretty printer using the configured options.
build() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PathPredicateBuilder
Builds the composed predicate.
builder() - Static method in class io.github.computerdaddyguy.jfiletreeprettyprinter.ChildLimitBuilder
 
builder() - Static method in interface io.github.computerdaddyguy.jfiletreeprettyprinter.FileTreePrettyPrinter
Customize creation of a pretty printer through a builder.
builder() - Static method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PathPredicates
Creates a new builder, to create advanced predicate.
BY_EXTENSION - Static variable in class io.github.computerdaddyguy.jfiletreeprettyprinter.PrettyPrintOptions.Sorts
Comparator that sorts files by their extension(s), defined as the substring(s) after each '.' in the name.
BY_FILE_SIZE - Static variable in class io.github.computerdaddyguy.jfiletreeprettyprinter.PrettyPrintOptions.Sorts
Comparator that sorts paths by file size in ascending order.
BY_NAME - Static variable in class io.github.computerdaddyguy.jfiletreeprettyprinter.PrettyPrintOptions.Sorts
Comparator that sort paths alphabetically by name.

C

ChildLimitBuilder - Class in io.github.computerdaddyguy.jfiletreeprettyprinter
A builder for creating a ToIntFunction<Path> that defines how many child entries (files or directories) are allowed under a given path.
CLASSIC_ASCII - Enum constant in enum class io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.RenderingOptions.TreeFormat
Uses characters: |--, `-- and │
create(RenderingOptions) - Static method in interface io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.TreeEntryRenderer
Create a new tree renderer, using given options
create(ScanningOptions) - Static method in interface io.github.computerdaddyguy.jfiletreeprettyprinter.scanner.PathToTreeScanner
Creates a new path handler with given options.
createDefault() - Static method in interface io.github.computerdaddyguy.jfiletreeprettyprinter.FileTreePrettyPrinter
Create a pretty printer with default options.
createDefault() - Static method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PrettyPrintOptions
Create new default options that can be customized using various withXXX methods.
createDefault() - Static method in interface io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.file.EmojiMapping
 
createDefault() - Static method in interface io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.file.FileFormatter
 
createNewEmpty() - Static method in class io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.depth.Depth
 
customizeOptions(UnaryOperator<PrettyPrintOptions>) - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.FileTreePrettyPrinterBuilder
Customizes the options

D

defaultLimit(int) - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.ChildLimitBuilder
Sets the default child limit to apply when no specific rule matches.
Depth - Class in io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.depth
 
Depth(List<DepthSymbol>) - Constructor for class io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.depth.Depth
 
DepthFormatter - Interface in io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.depth
 
DepthSymbol - Enum Class in io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.depth
 
DIRECTORY_FIRST - Static variable in class io.github.computerdaddyguy.jfiletreeprettyprinter.PrettyPrintOptions.Sorts
Comparator that places directories before files.
DIRECTORY_LAST - Static variable in class io.github.computerdaddyguy.jfiletreeprettyprinter.PrettyPrintOptions.Sorts
Comparator that places files before directories.
DirectoryEntry(Path, List<TreeEntry>) - Constructor for class io.github.computerdaddyguy.jfiletreeprettyprinter.scanner.TreeEntry.DirectoryEntry
 
DirectoryListingExceptionEntry(Path, IOException) - Constructor for class io.github.computerdaddyguy.jfiletreeprettyprinter.scanner.TreeEntry.DirectoryExceptionTreeEntry.DirectoryListingExceptionEntry
 
DirectoryReadingAttributesExceptionEntry(Path, IOException) - Constructor for class io.github.computerdaddyguy.jfiletreeprettyprinter.scanner.TreeEntry.DirectoryExceptionTreeEntry.DirectoryReadingAttributesExceptionEntry
 

E

EmojiMapping - Interface in io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.file
 
equals(Object) - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.depth.Depth
 
Example usage: - Search tag in class io.github.computerdaddyguy.jfiletreeprettyprinter.ChildLimitBuilder
Section
Example usage: - Search tag in class io.github.computerdaddyguy.jfiletreeprettyprinter.FileTreePrettyPrinterBuilder
Section
Example usage: - Search tag in class io.github.computerdaddyguy.jfiletreeprettyprinter.PathPredicateBuilder
Section

F

FileEntry(Path, BasicFileAttributes) - Constructor for class io.github.computerdaddyguy.jfiletreeprettyprinter.scanner.TreeEntry.FileEntry
 
FileFormatter - Interface in io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.file
 
FileReadingAttributesExceptionEntry(Path, IOException) - Constructor for class io.github.computerdaddyguy.jfiletreeprettyprinter.scanner.TreeEntry.FileReadingAttributesExceptionEntry
 
fileTest(Predicate<File>) - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PathPredicateBuilder
Adds the given file-based predicate to the chain.
FileTreePrettyPrinter - Interface in io.github.computerdaddyguy.jfiletreeprettyprinter
Pretty prints a file tree, and returns the result as a String.
FileTreePrettyPrinterBuilder - Class in io.github.computerdaddyguy.jfiletreeprettyprinter
Builder for creating FileTreePrettyPrinter instances with customizable PrettyPrintOptions.
FileTreePrettyPrinterBuilder() - Constructor for class io.github.computerdaddyguy.jfiletreeprettyprinter.FileTreePrettyPrinterBuilder
 
format(Depth) - Method in interface io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.depth.DepthFormatter
 
formatChildLimitReached(TreeEntry.SkippedChildrenEntry) - Method in interface io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.file.FileFormatter
 
formatDirectoryBegin(TreeEntry.DirectoryEntry, List<Path>) - Method in interface io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.file.FileFormatter
 
formatDirectoryException(TreeEntry.DirectoryExceptionTreeEntry) - Method in interface io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.file.FileFormatter
 
formatFile(TreeEntry.FileEntry) - Method in interface io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.file.FileFormatter
 
formatFileException(TreeEntry.FileReadingAttributesExceptionEntry) - Method in interface io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.file.FileFormatter
 
formatMaxDepthReached(TreeEntry.MaxDepthReachEntry) - Method in interface io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.file.FileFormatter
 

G

getAttrs() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.scanner.TreeEntry.FileEntry
 
getChildLimit() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PrettyPrintOptions
 
getChildLimit() - Method in interface io.github.computerdaddyguy.jfiletreeprettyprinter.scanner.ScanningOptions
 
getDepth() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.scanner.TreeEntry.MaxDepthReachEntry
 
getDir() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.scanner.TreeEntry.DirectoryEntry
 
getDir() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.scanner.TreeEntry.DirectoryExceptionTreeEntry.DirectoryListingExceptionEntry
 
getDir() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.scanner.TreeEntry.DirectoryExceptionTreeEntry.DirectoryReadingAttributesExceptionEntry
 
getDir() - Method in interface io.github.computerdaddyguy.jfiletreeprettyprinter.scanner.TreeEntry.DirectoryExceptionTreeEntry
 
getEntries() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.scanner.TreeEntry.DirectoryEntry
 
getErrorEmoji(Path, IOException) - Method in interface io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.file.EmojiMapping
Get the emoji to display for the given file, in case of error.
getException() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.scanner.TreeEntry.DirectoryExceptionTreeEntry.DirectoryListingExceptionEntry
 
getException() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.scanner.TreeEntry.DirectoryExceptionTreeEntry.DirectoryReadingAttributesExceptionEntry
 
getException() - Method in interface io.github.computerdaddyguy.jfiletreeprettyprinter.scanner.TreeEntry.DirectoryExceptionTreeEntry
 
getException() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.scanner.TreeEntry.FileReadingAttributesExceptionEntry
 
getFile() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.scanner.TreeEntry.FileEntry
 
getFile() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.scanner.TreeEntry.FileReadingAttributesExceptionEntry
 
getFileEmoji(Path) - Method in interface io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.file.EmojiMapping
Get the emoji to display for the given file (i.e. the file type icon).
getInstance(RenderingOptions.TreeFormat) - Static method in interface io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.depth.DepthFormatter
 
getMaxDepth() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PrettyPrintOptions
 
getMaxDepth() - Method in interface io.github.computerdaddyguy.jfiletreeprettyprinter.scanner.ScanningOptions
 
getSize() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.depth.Depth
 
getSkippedChildren() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.scanner.TreeEntry.SkippedChildrenEntry
 
getSymbols() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.depth.Depth
 
getTreeFormat() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PrettyPrintOptions
 
getTreeFormat() - Method in interface io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.RenderingOptions
The format used to render file structure tree.

H

hasExtension(String) - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PathPredicateBuilder
Adds a condition that tests whether the given path's file name has the specified extension.
hasExtension(String) - Static method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PathPredicates
Creates a predicate that tests whether a path's file name has the specified extension.
hasExtension(Path, String) - Static method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PathUtils
Tests whether the given path's file name has the specified extension.
hashCode() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.depth.Depth
 
hasName(String) - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PathPredicateBuilder
Adds a condition that tests whether the path has exactly the specified file name.
hasName(String) - Static method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PathPredicates
Creates a predicate that tests whether the path has the specified file name
hasName(Path, String) - Static method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PathUtils
Tests whether the given path has exactly the specified file name.
hasNameEndingWith(String) - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PathPredicateBuilder
Adds a condition that tests whether the given path's file name ends with the specified suffix.
hasNameEndingWith(String) - Static method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PathPredicates
Creates a predicate that tests whether a path's file name ends with the specified suffix.
hasNameEndingWith(Path, String) - Static method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PathUtils
Tests whether the given path's file name ends with the specified suffix.
hasNameIgnoreCase(String) - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PathPredicateBuilder
Adds a condition that tests whether the path has the specified file name, ignoring case.
hasNameIgnoreCase(String) - Static method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PathPredicates
Creates a predicate that tests whether the path has the specified file name, ignoring case.
hasNameIgnoreCase(Path, String) - Static method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PathUtils
Tests whether the given path has the specified file name, ignoring case.
hasNameMatching(Path, Pattern) - Static method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PathUtils
Tests whether the given path's file name matches the provided pattern.
hasNameMatching(Pattern) - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PathPredicateBuilder
Adds a condition that tests whether the given path's file name matches the provided pattern.
hasNameMatching(Pattern) - Static method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PathPredicates
Creates a predicate that tests whether a path's file name matches the provided pattern.

I

io.github.computerdaddyguy.jfiletreeprettyprinter - package io.github.computerdaddyguy.jfiletreeprettyprinter
 
io.github.computerdaddyguy.jfiletreeprettyprinter.renderer - package io.github.computerdaddyguy.jfiletreeprettyprinter.renderer
 
io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.depth - package io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.depth
 
io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.file - package io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.file
 
io.github.computerdaddyguy.jfiletreeprettyprinter.scanner - package io.github.computerdaddyguy.jfiletreeprettyprinter.scanner
 
isDirectory() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PathPredicateBuilder
Adds a condition that tests whether the path represents a directory.
isDirectory() - Static method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PathPredicates
Creates a predicate that tests whether the path represents a directory.
isDirectory(Path) - Static method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PathUtils
Tests whether the given path represents a directory.
isEmpty() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.depth.Depth
 
isFile() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PathPredicateBuilder
Adds a condition that tests whether the path represents a file.
isFile() - Static method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PathPredicates
Creates a predicate that tests whether the path represents a file.
isFile(Path) - Static method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PathUtils
Tests whether the given path represents a file.

L

LAST_FILE - Enum constant in enum class io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.depth.DepthSymbol
Symbol for a file that is the last in its directory (=has no next file).
limit(Predicate<Path>, int) - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.ChildLimitBuilder
Adds a child limit rule for paths matching the given predicate.

M

MaxDepthReachEntry(int) - Constructor for class io.github.computerdaddyguy.jfiletreeprettyprinter.scanner.TreeEntry.MaxDepthReachEntry
 

N

NON_LAST_FILE - Enum constant in enum class io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.depth.DepthSymbol
Symbol for a file that is not the last in its directory (=has a next file).
NONE - Enum constant in enum class io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.depth.DepthSymbol
Symbol of representing the absence of file.

P

pathComparator() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PrettyPrintOptions
 
pathComparator() - Method in interface io.github.computerdaddyguy.jfiletreeprettyprinter.scanner.ScanningOptions
 
PathPredicateBuilder - Class in io.github.computerdaddyguy.jfiletreeprettyprinter
A builder for composing complex Predicates on Path objects.
PathPredicateBuilder() - Constructor for class io.github.computerdaddyguy.jfiletreeprettyprinter.PathPredicateBuilder
Creates a new builder.
PathPredicates - Class in io.github.computerdaddyguy.jfiletreeprettyprinter
Utility class providing common Predicate<Path> implementations and helper methods for testing files and directories.
pathTest(Predicate<Path>) - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PathPredicateBuilder
Adds the given path-based predicate to the chain.
PathToTreeScanner - Interface in io.github.computerdaddyguy.jfiletreeprettyprinter.scanner
 
PathUtils - Class in io.github.computerdaddyguy.jfiletreeprettyprinter
Utility class providing common
invalid reference
Predicate<Path>
implementations and helper methods for testing files and directories.
pop() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.depth.Depth
 
prettyPrint(String) - Method in interface io.github.computerdaddyguy.jfiletreeprettyprinter.FileTreePrettyPrinter
Pretty prints the given path.
prettyPrint(String, Predicate<Path>) - Method in interface io.github.computerdaddyguy.jfiletreeprettyprinter.FileTreePrettyPrinter
Pretty prints the given path.
prettyPrint(Path) - Method in interface io.github.computerdaddyguy.jfiletreeprettyprinter.FileTreePrettyPrinter
Pretty prints the given path.
prettyPrint(Path, Predicate<Path>) - Method in interface io.github.computerdaddyguy.jfiletreeprettyprinter.FileTreePrettyPrinter
Pretty prints the given path.
PrettyPrintOptions - Class in io.github.computerdaddyguy.jfiletreeprettyprinter
 
PrettyPrintOptions() - Constructor for class io.github.computerdaddyguy.jfiletreeprettyprinter.PrettyPrintOptions
 
PrettyPrintOptions.Sorts - Class in io.github.computerdaddyguy.jfiletreeprettyprinter
 

R

RenderingOptions - Interface in io.github.computerdaddyguy.jfiletreeprettyprinter.renderer
 
RenderingOptions.TreeFormat - Enum Class in io.github.computerdaddyguy.jfiletreeprettyprinter.renderer
 
renderTree(TreeEntry) - Method in interface io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.TreeEntryRenderer
 

S

scan(Path, Predicate<Path>) - Method in interface io.github.computerdaddyguy.jfiletreeprettyprinter.scanner.PathToTreeScanner
 
ScanningOptions - Interface in io.github.computerdaddyguy.jfiletreeprettyprinter.scanner
 
SKIP - Enum constant in enum class io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.depth.DepthSymbol
Symbol for representing a "skip", meaning a continue until next file.
SkippedChildrenEntry(List<Path>) - Constructor for class io.github.computerdaddyguy.jfiletreeprettyprinter.scanner.TreeEntry.SkippedChildrenEntry
 
sort(Comparator<Path>) - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PrettyPrintOptions
Use a custom path comparator to sort files and directories at the same depth level.

T

toString() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.depth.Depth
 
toString() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.scanner.TreeEntry.DirectoryEntry
 
toString() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.scanner.TreeEntry.DirectoryExceptionTreeEntry.DirectoryListingExceptionEntry
 
toString() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.scanner.TreeEntry.DirectoryExceptionTreeEntry.DirectoryReadingAttributesExceptionEntry
 
toString() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.scanner.TreeEntry.FileEntry
 
toString() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.scanner.TreeEntry.FileReadingAttributesExceptionEntry
 
toString() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.scanner.TreeEntry.MaxDepthReachEntry
 
toString() - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.scanner.TreeEntry.SkippedChildrenEntry
 
TreeEntry - Interface in io.github.computerdaddyguy.jfiletreeprettyprinter.scanner
 
TreeEntry.DirectoryEntry - Class in io.github.computerdaddyguy.jfiletreeprettyprinter.scanner
 
TreeEntry.DirectoryExceptionTreeEntry - Interface in io.github.computerdaddyguy.jfiletreeprettyprinter.scanner
 
TreeEntry.DirectoryExceptionTreeEntry.DirectoryListingExceptionEntry - Class in io.github.computerdaddyguy.jfiletreeprettyprinter.scanner
 
TreeEntry.DirectoryExceptionTreeEntry.DirectoryReadingAttributesExceptionEntry - Class in io.github.computerdaddyguy.jfiletreeprettyprinter.scanner
 
TreeEntry.FileEntry - Class in io.github.computerdaddyguy.jfiletreeprettyprinter.scanner
 
TreeEntry.FileReadingAttributesExceptionEntry - Class in io.github.computerdaddyguy.jfiletreeprettyprinter.scanner
 
TreeEntry.MaxDepthReachEntry - Class in io.github.computerdaddyguy.jfiletreeprettyprinter.scanner
 
TreeEntry.SkippedChildrenEntry - Class in io.github.computerdaddyguy.jfiletreeprettyprinter.scanner
 
TreeEntryRenderer - Interface in io.github.computerdaddyguy.jfiletreeprettyprinter.renderer
 

U

UNICODE_BOX_DRAWING - Enum constant in enum class io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.RenderingOptions.TreeFormat
Uses characters: ├─, └─ and │
UNLIMITED - Static variable in class io.github.computerdaddyguy.jfiletreeprettyprinter.ChildLimitBuilder
Unlimited children.

V

valueOf(String) - Static method in enum class io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.depth.DepthSymbol
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.RenderingOptions.TreeFormat
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.depth.DepthSymbol
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.RenderingOptions.TreeFormat
Returns an array containing the constants of this enum class, in the order they are declared.

W

withChildLimit(int) - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PrettyPrintOptions
Set a fixed limit to the number of visited children, per directory.
withChildLimit(ToIntFunction<Path>) - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PrettyPrintOptions
Set a function that dynamically limits the number of visited children, depending on the parent directory.
withCompactDirectories(boolean) - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PrettyPrintOptions
Whether or not compact directories chain into a single entry in the rendered tree.
withEmojis(boolean) - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PrettyPrintOptions
Whether or not use emojis in directory/filename rendering.
withMaxDepth(int) - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PrettyPrintOptions
Set the max directory depth from the root.
withOptions(PrettyPrintOptions) - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.FileTreePrettyPrinterBuilder
Replaces all previously set options with the given options.
withTreeFormat(RenderingOptions.TreeFormat) - Method in class io.github.computerdaddyguy.jfiletreeprettyprinter.PrettyPrintOptions
Sets the depth rendering format.
wrapWithEmojis(FileFormatter) - Static method in interface io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.file.FileFormatter
 
wrapWithEmojis(FileFormatter, EmojiMapping) - Static method in interface io.github.computerdaddyguy.jfiletreeprettyprinter.renderer.file.FileFormatter
 
A B C D E F G H I L M N P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values