sbrt.shell.text
Interface AppInputFileLineFormat

All Superinterfaces:
Format, MapFormat<java.lang.String,java.lang.String>
All Known Implementing Classes:
AppInputFileLineFormatVersion1

public interface AppInputFileLineFormat
extends MapFormat<java.lang.String,java.lang.String>

This interface is used to represent the format of lines in process input files.

Author:
This interface was written and documented by Jeremiah Wright while in the Wagner lab.
See Also:
ProcessInputFile

Method Summary
 
Methods inherited from interface sbrt.shell.text.MapFormat
formatKey, formatKeys, formatPair, formatPair, formatValue, formatValues, formatValues, parseAllKeys, parseAllPairs, parseAllValues, parseAllValues, parseKey, parsePair, parseValue