|
jlscp v0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Parseable
This interface defines standard method for parsing lines of text.
Method Summary | |
---|---|
boolean |
parse(java.lang.String s)
Parses a line of text. |
Method Detail |
---|
boolean parse(java.lang.String s) throws LscpException
s
- The string to be parsed.
true
if the line has been processed, false
otherwise.
LscpException
- If some error occurs.
|
jlscp v0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |