@ServiceProvider public class VersionHandler extends ADFHeaderReadHandler
listeners| Constructor and Description | 
|---|
VersionHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
canReadHeader(String header)
Determine whether this handler can read the data referenced by this header. 
 | 
int | 
getAllowedLength()
Get the legal number of data entries for this type of handler, as specified by the MAGE-TAB specification. 
 | 
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, readaccept, addListener, fireHandlingFailedEvent, fireHandlingStartedEvent, fireHandlingSucceededEvent, getListeners, getLog, removeListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, addListener, getListeners, removeListenerpublic int getAllowedLength()
ADFHeaderReadHandlergetAllowedLength in class ADFHeaderReadHandlerprotected 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.