|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.pow2.texen.ant.FileBean
FileBean class
| Constructor Summary | |
FileBean()
Default Constructor |
|
| Method Summary | |
String |
getFileContent()
Gets the fileContent attribute of the FileBean object |
String |
getFileContent(String fileName)
Gets the fileContent attribute of the FileBean object |
String |
getFileDirectory()
Gets the textDirectory attribute of the FileBean object |
String |
getFileName()
Gets the fileName attribute of the FileBean object |
void |
setFileContent(String fileContent)
Sets the fileContent attribute of the FileBean object |
void |
setFileDirectory(String fileDirectory)
Sets the textDirectory attribute of the FileBean object |
void |
setFileName(String fileName)
Sets the fileName attribute of the FileBean object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FileBean()
| Method Detail |
public void setFileDirectory(String fileDirectory)
fileDirectory - The new fileDirectory valuepublic String getFileDirectory()
public String getFileName()
public void setFileName(String fileName)
fileName - The new fileName valuepublic void setFileContent(String fileContent)
fileContent - The new fileContent valuepublic String getFileContent()
public String getFileContent(String fileName)
fileName - the name of the file to read
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||