org.cdgsoftware.icl.writer
Class ICLFileWriter

java.lang.Object
  extended by org.cdgsoftware.icl.writer.ICLFileWriter

public class ICLFileWriter
extends java.lang.Object

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

ICLFileWriter

public ICLFileWriter()
Instantiates a new iCL file writer.


ICLFileWriter

public ICLFileWriter(ICLFile iclFile,
                     java.io.File fileOut)
Instantiates a new iCL file writer.

Parameters:
iclFile - the icl file
fileOut - the file out
Method Detail

writeFile

public void writeFile()
               throws java.io.IOException
Write file.

Throws:
java.io.IOException - Signals that an I/O exception has occurred.

getIclFile

public ICLFile getIclFile()
Gets the icl file.

Returns:
the icl file

setIclFile

public void setIclFile(ICLFile iclFile)
Sets the icl file.

Parameters:
iclFile - the new icl file

getFileOut

public java.io.File getFileOut()
Gets the file out.

Returns:
the file out

setFileOut

public void setFileOut(java.io.File fileOut)
Sets the file out.

Parameters:
fileOut - the new file out