Package net.hydromatic.morel.eval
Class Files.DataFile
java.lang.Object
net.hydromatic.morel.eval.Files.AbstractFile
net.hydromatic.morel.eval.Files.DataFile
- All Implemented Interfaces:
File,TypedValue
- Enclosing class:
Files
File that is not a directory, and can be parsed into a set of records.
-
Field Summary
FieldsFields inherited from class net.hydromatic.morel.eval.Files.AbstractFile
baseName, fileType, ioFile -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.hydromatic.morel.eval.Files.AbstractFile
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.hydromatic.morel.eval.File
discoverField, expandMethods inherited from interface net.hydromatic.morel.type.TypedValue
fieldValueAs, fieldValueAs
-
Field Details
-
typeKey
-
parsers
-
-
Constructor Details
-
DataFile
-
-
Method Details
-
valueAs
Description copied from interface:TypedValueReturns the value cast as a particular type. -
typeKey
Description copied from interface:TypedValueKey from which the type of this value can be constructed.
-