@ServiceProvider public class TermSourceVersionHandler extends ADFHeaderReadHandler
listeners| Constructor and Description |
|---|
TermSourceVersionHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canReadHeader(String header)
Determine whether this handler can read the data referenced by this header.
|
protected void |
readValue(ADF adf,
String value,
int lineNumber,
String... types)
Performs the unit of work to read the data into the internal MAGE-TAB investigation.
|
canRead, getAllowedLength, readaccept, addListener, fireHandlingFailedEvent, fireHandlingStartedEvent, fireHandlingSucceededEvent, getListeners, getLog, removeListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, addListener, getListeners, removeListenerprotected void readValue(ADF adf, String value, int lineNumber, String... types) throws ParseException
ADFHeaderReadHandlerreadValue in class ADFHeaderReadHandleradf - the ADF to populate with parsed datavalue - the value to read into the cachelineNumber - the line number this value is being read fromtypes - a single string representing the type, if present. Should not normally be greater than 1
element long @throws ParseException if the header cannot be parsed or there was an error
reading the valueParseException - if the given data failed to parsepublic boolean canReadHeader(String header)
ADFHeaderReadHandlercanReadHeader in class ADFHeaderReadHandlerheader - the first token on a line, or the column heading, which is the string describing this line
contentsCopyright © 2014. All rights reserved.