|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileReaderSettings | |
---|---|
org.knime.base.node.io.filereader | Contains a node implementation that reads in data from an ASCII file. |
Uses of FileReaderSettings in org.knime.base.node.io.filereader |
---|
Subclasses of FileReaderSettings in org.knime.base.node.io.filereader | |
---|---|
class |
FileReaderNodeSettings
|
(package private) class |
VariableFileReaderNodeSettings
|
Methods in org.knime.base.node.io.filereader that return FileReaderSettings | |
---|---|
(package private) FileReaderSettings |
FileReaderNodeModel.getFileReaderSettings()
|
Methods in org.knime.base.node.io.filereader with parameters of type FileReaderSettings | |
---|---|
(package private) boolean |
CharsetNamePanel.overrideSettings(FileReaderSettings settings)
Writes the current settings of the panel into the passed settings object. |
(package private) boolean |
MissingValuePanel.overrideSettings(FileReaderSettings settings)
Writes the current settings of the panel into the passed settings object. |
Constructors in org.knime.base.node.io.filereader with parameters of type FileReaderSettings | |
---|---|
CharsetNamePanel(FileReaderSettings settings)
Creates a panel to select the character set name and initializes it from the passed object. |
|
DecSepPanel(FileReaderSettings settings)
Creates a panel to set the decimal separator and initializes it from the passed object. |
|
FileReaderSettings(FileReaderSettings clonee)
Creates a new object holding the same settings values as the one passed in. |
|
FileRowIterator(FileReaderSettings frSettings,
DataTableSpec tableSpec,
boolean[] skipColumns,
ExecutionContext exec)
The RowIterator for the FileTable. |
|
FileTable(DataTableSpec tableSpec,
FileReaderSettings frSettings,
boolean[] skipColumns,
ExecutionContext exec)
Creates a new file table with the structure defined in tableSpec and using the settings in frSettings when the file is read. |
|
FileTable(DataTableSpec tableSpec,
FileReaderSettings frSettings,
ExecutionContext exec)
Creates a new file table with the structure defined in tableSpec and using the settings in frSettings when the file is read. |
|
MissingValuePanel(FileReaderSettings settings)
Creates a panel to set the missing value pattern for string columns and initializes it from the passed object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |