|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jpkgmk.prototype.AbstractPrototypeEntryParser net.sf.jpkgmk.prototype.PrototypeEntrySymbolicLink.PrototypeEntrySymbolicLinkParser
public static class PrototypeEntrySymbolicLink.PrototypeEntrySymbolicLinkParser
Constructor Summary | |
---|---|
PrototypeEntrySymbolicLink.PrototypeEntrySymbolicLinkParser()
|
Method Summary | |
---|---|
protected PrototypeEntry |
parseItems(java.lang.String[] items,
java.lang.Integer part,
PrototypeEntryType type,
int currentIndex,
PrototypeEntryCommandDefault entryCommandDefault)
Invoked by the AbstractPrototypeEntryParser.parse(String, PrototypeEntryCommandDefault) method to parse
the items of a line. |
Methods inherited from class net.sf.jpkgmk.prototype.AbstractPrototypeEntryParser |
---|
getArrayValue, getCurrentLine, parse, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface net.sf.jpkgmk.prototype.PrototypeEntryParser |
---|
parse |
Constructor Detail |
---|
public PrototypeEntrySymbolicLink.PrototypeEntrySymbolicLinkParser()
Method Detail |
---|
protected PrototypeEntry parseItems(java.lang.String[] items, java.lang.Integer part, PrototypeEntryType type, int currentIndex, PrototypeEntryCommandDefault entryCommandDefault)
AbstractPrototypeEntryParser
AbstractPrototypeEntryParser.parse(String, PrototypeEntryCommandDefault)
method to parse
the items of a line. The given array of items represents the whole line split up into strings.
parseItems
in class AbstractPrototypeEntryParser
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 |