mk.fsgrep.util
Class FileLine
java.lang.Object
mk.fsgrep.util.FileLine
public class FileLine
- extends java.lang.Object
Represent a single line from a text file. Hold the line number and the
text.
- Author:
- Murali Krishnan
Constructor Summary |
FileLine(int pNumber,
java.lang.String pText)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FileLine
public FileLine(int pNumber,
java.lang.String pText)
getNumber
public int getNumber()
getText
public java.lang.String getText()
setText
public void setText(java.lang.String pText)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2009. All Rights Reserved.