|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaffa.util.StringHelper.Line
This class contains the contents of a line and the EOL character. The EOL character can be '\n', '\r' or '\r\n'.
| Constructor Summary | |
StringHelper.Line()
|
|
| Method Summary | |
String |
getContents()
Returns the contents of the line. |
String |
getEol()
Returns the EOL (End of Line) character of the line. |
String |
toString()
Returns a String by concatenating the contents and the EOL character. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public StringHelper.Line()
| Method Detail |
public String getContents()
public String getEol()
public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||