Uses of Class
org.apache.commons.io.FileSystem.NameLengthStrategy
-
Packages that use FileSystem.NameLengthStrategy Package Description org.apache.commons.io 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.NameLengthStrategy Modifier and Type Field Description private FileSystem.NameLengthStrategyFileSystem. nameLengthStrategyMethods in org.apache.commons.io that return FileSystem.NameLengthStrategy Modifier and Type Method Description (package private) FileSystem.NameLengthStrategyFileSystem. getNameLengthStrategy()static FileSystem.NameLengthStrategyFileSystem.NameLengthStrategy. valueOf(java.lang.String name)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.NameLengthStrategy Constructor Description FileSystem(int blockSize, boolean caseSensitive, boolean casePreserving, int maxFileLength, int maxPathLength, int[] illegalFileNameChars, java.lang.String[] reservedFileNames, boolean reservedFileNamesExtensions, boolean supportsDriveLetter, char nameSeparator, FileSystem.NameLengthStrategy nameLengthStrategy)Constructs a new instance.
-