|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jpkgmk.pkgmap.AbstractPkgMapEntryParser net.sf.jpkgmk.pkgmap.PkgMapEntryDevice.PkgMapEntryDeviceParser
public static class PkgMapEntryDevice.PkgMapEntryDeviceParser
Constructor Summary | |
---|---|
PkgMapEntryDevice.PkgMapEntryDeviceParser()
|
Method Summary | |
---|---|
protected PkgMapEntry |
parseItems(java.lang.String[] items,
java.lang.Integer part,
PkgMapEntryType type,
int currentIndex)
Invoked by the AbstractPkgMapEntryParser.parse(String) method to parse
the items of a line. |
Methods inherited from class net.sf.jpkgmk.pkgmap.AbstractPkgMapEntryParser |
---|
getCurrentLine, parse, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PkgMapEntryDevice.PkgMapEntryDeviceParser()
Method Detail |
---|
protected PkgMapEntry parseItems(java.lang.String[] items, java.lang.Integer part, PkgMapEntryType type, int currentIndex)
AbstractPkgMapEntryParser
AbstractPkgMapEntryParser.parse(String)
method to parse
the items of a line. The given array of items represents the whole line split up into strings.
parseItems
in class AbstractPkgMapEntryParser
items
- All items of this linepart
- The pre-parsed value for the optional "part" fieldtype
- The pre-parsed value for the mandatory "type" character fieldcurrentIndex
- The current index located after the "type" field already parsed. This is the index where
the parsing should be continued by the concrete implementations.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |