org.keridwen.modelling.global.parameters.io
Class GlobalParamExcelWriter

java.lang.Object
  extended by org.keridwen.modelling.global.parameters.io.GlobalParamExcelWriter

public class GlobalParamExcelWriter
extends Object

Author:
pierre

Constructor Summary
GlobalParamExcelWriter()
          Global parameter excel exporter.
 
Method Summary
 void write(File file, GlobalParametersList paramList)
          Writes given Global Parameter List into given Excel file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalParamExcelWriter

public GlobalParamExcelWriter()
Global parameter excel exporter.

Method Detail

write

public void write(File file,
                  GlobalParametersList paramList)
Writes given Global Parameter List into given Excel file. Each parameter category will end up as an excel file sheet.

Parameters:
file - Excel file.
paramList - list of param that must not be empty.


Copyright © 2012-2013 Artenum. All Rights Reserved.