net.sf.jpkgmk
Class PkgInfoParser

java.lang.Object
  extended by net.sf.jpkgmk.AbstractParser<PkgInfo>
      extended by net.sf.jpkgmk.PkgInfoParser

public class PkgInfoParser
extends AbstractParser<PkgInfo>

Utility to parse an existing prototype file

Since:
1.0
Version:
$Revision: 2 $ $Date: 2008-08-20 21:14:19 +0200 (Mi, 20 Aug 2008) $
Author:
gommma (gommma AT users.sourceforge.net), Last changed by: $Author: gommma $

Field Summary
 
Fields inherited from class net.sf.jpkgmk.AbstractParser
DEFAULT_LINE_DELIMITER
 
Constructor Summary
PkgInfoParser()
           
 
Method Summary
protected  PkgInfo createResult()
           
protected  void parseAndAddLine(java.lang.String line, PkgInfo resultObject)
           
 
Methods inherited from class net.sf.jpkgmk.AbstractParser
getLineItems, parse, parse, parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PkgInfoParser

public PkgInfoParser()
Method Detail

createResult

protected PkgInfo createResult()
Specified by:
createResult in class AbstractParser<PkgInfo>

parseAndAddLine

protected void parseAndAddLine(java.lang.String line,
                               PkgInfo resultObject)
Specified by:
parseAndAddLine in class AbstractParser<PkgInfo>


Copyright © 2007-2008. All Rights Reserved.