|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgpl.fredy.datadrill.ReadFile
public class ReadFile
Constructor Summary | |
---|---|
ReadFile()
|
|
ReadFile(java.lang.String fileName)
|
Method Summary | |
---|---|
java.lang.String |
getFileName()
Get the value of fileName. |
MyFileFilter |
getFilter()
Get the value of filter. |
java.util.Vector |
getLines()
|
java.lang.String |
getPath()
Get the value of path. |
java.lang.String |
getText()
Get the value of text. |
static void |
main(java.lang.String[] args)
|
void |
readIt()
|
void |
selectFile()
|
void |
setFileName(java.lang.String v)
Set the value of fileName. |
void |
setFilter(java.lang.String[] f)
Set the Filefilter |
void |
setPath(java.lang.String v)
Set the the path. |
void |
setText(java.lang.String v)
Set the value of text. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReadFile()
public ReadFile(java.lang.String fileName)
Method Detail |
---|
public java.lang.String getPath()
public void setPath(java.lang.String v)
v
- Value to assign to path.public java.lang.String getFileName()
public void setFileName(java.lang.String v)
v
- Value to assign to fileName.public void selectFile()
public MyFileFilter getFilter()
public void setFilter(java.lang.String[] f)
extensions
- are the desired File-extensionsdescription
- the description of the filterpublic java.util.Vector getLines()
public java.lang.String getText()
public void setText(java.lang.String v)
v
- Value to assign to text.public void readIt()
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |