|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmassim.visualization.HandleFileFolder
public class HandleFileFolder
Constructor Summary | |
---|---|
HandleFileFolder()
|
Method Summary | |
---|---|
void |
createFile(java.lang.String fileName,
java.lang.String contents)
this method create a file |
void |
createFolder(java.lang.String folderPath)
create folder if not exist |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HandleFileFolder()
Method Detail |
---|
public void createFile(java.lang.String fileName, java.lang.String contents) throws java.io.IOException
fileName
- name / path for filecontents
- contents of the file
java.io.IOException
- write problemspublic void createFolder(java.lang.String folderPath)
folderPath
- give the path to the folder
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |