Uses of Enum
net.hydromatic.morel.eval.Files.FileType
Packages that use Files.FileType
-
Uses of Files.FileType in net.hydromatic.morel.eval
Fields in net.hydromatic.morel.eval declared as Files.FileTypeModifier and TypeFieldDescription(package private) final Files.FileTypeFiles.AbstractFile.fileTypeFields in net.hydromatic.morel.eval with type parameters of type Files.FileTypeModifier and TypeFieldDescription(package private) static final List<Files.FileType> Files.FileType.INSTANCESThe non-trivial file types.Methods in net.hydromatic.morel.eval that return Files.FileTypeModifier and TypeMethodDescriptionstatic Files.FileTypeReturns the enum constant of this type with the specified name.static Files.FileType[]Files.FileType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.hydromatic.morel.eval with parameters of type Files.FileTypeModifierConstructorDescription(package private)AbstractFile(File ioFile, Files.FileType fileType) Creates an AbstractFile.(package private)DataFile(File file, Files.FileType fileType, Type.Key typeKey, PairList<Integer, Function<String, Object>> parsers) protectedUnknownChildFile(Files.Directory directory, File file, Files.FileType fileType) protectedUnknownFile(File file, Files.FileType fileType)