|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cdgsoftware.icl.writer.ICLFileWriter
public class ICLFileWriter
The Class ICLFileWriter.
Constructor Summary | |
---|---|
ICLFileWriter()
Instantiates a new iCL file writer. |
|
ICLFileWriter(ICLFile iclFile,
java.io.File fileOut)
Instantiates a new iCL file writer. |
Method Summary | |
---|---|
java.io.File |
getFileOut()
Gets the file out. |
ICLFile |
getIclFile()
Gets the icl file. |
void |
setFileOut(java.io.File fileOut)
Sets the file out. |
void |
setIclFile(ICLFile iclFile)
Sets the icl file. |
void |
writeFile()
Write file. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ICLFileWriter()
public ICLFileWriter(ICLFile iclFile, java.io.File fileOut)
iclFile
- the icl filefileOut
- the file outMethod Detail |
---|
public void writeFile() throws java.io.IOException
java.io.IOException
- Signals that an I/O exception has occurred.public ICLFile getIclFile()
public void setIclFile(ICLFile iclFile)
iclFile
- the new icl filepublic java.io.File getFileOut()
public void setFileOut(java.io.File fileOut)
fileOut
- the new file out
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |