|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttr.linkchecker.io.CFileObj
The Object in which the Files saved.
Date: 21.10.2004
Constructor Summary | |
CFileObj()
Default-Constructor |
|
CFileObj(java.io.File filename,
int filenr)
Constructor that save the commited parameters |
Method Summary | |
java.io.File |
getFilename()
Method that return the saved file |
int |
getFileNr()
Method that return the saved counter |
java.util.Vector |
readUrlFromFile()
Method to read all url's from a file |
java.util.Vector |
searchUrlInString(java.lang.String line)
Search the url's in a "String" |
void |
setFilename(java.io.File filename)
Method to set the filename |
void |
setFileNr(int filenr)
Method to set the counter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CFileObj()
public CFileObj(java.io.File filename, int filenr)
filename
- The file that we want to storeMethod Detail |
public void setFilename(java.io.File filename)
filename
- The file that we want to storepublic void setFileNr(int filenr)
public java.io.File getFilename()
public int getFileNr()
public java.util.Vector readUrlFromFile()
public java.util.Vector searchUrlInString(java.lang.String line)
line
- From a file readed line
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |