dsnserver
Class CmdParserLoadFile

java.lang.Object
  extended by dsnserver.CmdParserLoadFile
All Implemented Interfaces:
CmdParser

public class CmdParserLoadFile
extends java.lang.Object
implements CmdParser

It is for parsing the messages which comes back cause of the messages which are sent during the LoadHex procedure.

Author:
kaltt

Constructor Summary
CmdParserLoadFile()
           
 
Method Summary
 void parseLine(java.lang.String line)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmdParserLoadFile

public CmdParserLoadFile()
Method Detail

parseLine

public void parseLine(java.lang.String line)
Specified by:
parseLine in interface CmdParser