|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgpl.fredy.io.FileWriter
public class FileWriter
Constructor Summary | |
---|---|
FileWriter()
|
|
FileWriter(java.lang.String fileName,
java.io.InputStream is)
|
|
FileWriter(java.lang.String content,
java.lang.String fileName)
|
|
FileWriter(java.lang.String content,
java.lang.String fileName,
java.lang.String swit)
|
Method Summary | |
---|---|
void |
directoryCheck()
|
java.lang.String |
getContent()
Get the value of content. |
java.io.File |
getFile()
Get the value of file. |
java.lang.String |
getFileName()
Get the value of fileName. |
MyFileFilter |
getFilter()
Get the value of filter. |
java.lang.String |
getMessage()
Get the value of message. |
java.lang.String |
getPath()
Get the value of path. |
java.lang.String |
getSwitch()
Get the value of swit. |
java.lang.String |
getTitle()
Get the value of title. |
static void |
main(java.lang.String[] args)
|
void |
makeVersion()
|
void |
selectFile()
|
void |
setContent(java.lang.String v)
Set the value of content. |
void |
setFile(java.io.File v)
|
void |
setFile(java.lang.String v)
Set the value of file. |
void |
setFileName(java.lang.String v)
Set the value of fileName. |
void |
setFilter(java.lang.String[] f)
Set the Filefilter |
void |
setMessage(java.lang.String v)
Set the value of message. |
void |
setSwitch(java.lang.String v)
Set the value of switch. |
void |
setTitle(java.lang.String v)
Set the value of title. |
void |
verify()
|
void |
write()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileWriter()
public FileWriter(java.lang.String fileName, java.io.InputStream is)
public FileWriter(java.lang.String content, java.lang.String fileName, java.lang.String swit)
public FileWriter(java.lang.String content, java.lang.String fileName)
Method Detail |
---|
public java.lang.String getFileName()
public void setFileName(java.lang.String v)
v
- Value to assign to fileName.public java.lang.String getTitle()
public void setTitle(java.lang.String v)
v
- Value to assign to title.public java.lang.String getPath()
public java.lang.String getContent()
public void setContent(java.lang.String v)
v
- Value to assign to content.public java.io.File getFile()
public void setFile(java.lang.String v)
v
- Value to assign to file.public void setFile(java.io.File v)
public java.lang.String getSwitch()
public void setSwitch(java.lang.String v)
v
- Value to assign to switch.public java.lang.String getMessage()
public void setMessage(java.lang.String v)
v
- Value to assign to message.public void selectFile()
public MyFileFilter getFilter()
public void setFilter(java.lang.String[] f)
extensions
- are the desired File-extensionsdescription
- the description of the filterpublic void verify()
public void makeVersion()
public void directoryCheck()
public void write()
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |