Uses of Enum
org.apache.commons.io.FileSystem.NameLengthStrategy
Packages that use FileSystem.NameLengthStrategy
Package
Description
Provides classes for working with streams, readers, writers and files.
-
Uses of FileSystem.NameLengthStrategy in org.apache.commons.io
Fields in org.apache.commons.io declared as FileSystem.NameLengthStrategyModifier and TypeFieldDescriptionprivate final FileSystem.NameLengthStrategyFileSystem.nameLengthStrategyMethods in org.apache.commons.io that return FileSystem.NameLengthStrategyModifier and TypeMethodDescription(package private) FileSystem.NameLengthStrategyFileSystem.getNameLengthStrategy()Returns the enum constant of this type with the specified name.static FileSystem.NameLengthStrategy[]FileSystem.NameLengthStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.commons.io with parameters of type FileSystem.NameLengthStrategyModifierConstructorDescriptionprivateFileSystem(int blockSize, boolean caseSensitive, boolean casePreserving, int maxFileLength, int maxPathLength, int[] illegalFileNameChars, String[] reservedFileNames, boolean reservedFileNamesExtensions, boolean supportsDriveLetter, char nameSeparator, FileSystem.NameLengthStrategy nameLengthStrategy) Constructs a new instance.