phenote.dataadapter.delimited
Class DelimitedFileAdapter
java.lang.Object
phenote.dataadapter.AbstractFileAdapter
phenote.dataadapter.delimited.DelimitedFileAdapter
- All Implemented Interfaces:
- DataAdapterI
public class DelimitedFileAdapter
- extends AbstractFileAdapter
Originated with PhenoSyntaxFileAdapter and modified. Writes the basic text to
a file, with 'tab' delimiters. First line is column headings, only printed
once.
e.g. E=head Q=large
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DelimitedFileAdapter
public DelimitedFileAdapter()
setAdapterValue
public void setAdapterValue(java.lang.String filename)
- command line setting of file
- Specified by:
setAdapterValue in interface DataAdapterI- Overrides:
setAdapterValue in class AbstractFileAdapter
load
public void load()
- this should return CharacterList and caller should load CharListMan
or CLM makes the call itself?
load
public CharacterListI load(java.io.File f)
commit
public void commit(CharacterListI charList)
commit
public void commit(CharacterListI charList,
java.io.File f)