Package net.hydromatic.morel.eval
Class Files.AbstractFile
java.lang.Object
net.hydromatic.morel.eval.Files.AbstractFile
- All Implemented Interfaces:
File,TypedValue
- Direct Known Subclasses:
Files.DataFile,Files.UnknownFile
- Enclosing class:
Files
Abstract implementation of File.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods 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, typeKey, valueAs
-
Field Details
-
ioFile
-
baseName
-
fileType
-
-
Constructor Details
-
AbstractFile
AbstractFile(File ioFile, Files.FileType fileType) Creates an AbstractFile.
-
-
Method Details