org.keridwen.modelling.global.parameters.io
Class GlobalParamExcelWriter
java.lang.Object
org.keridwen.modelling.global.parameters.io.GlobalParamExcelWriter
public class GlobalParamExcelWriter
- extends Object
- Author:
- pierre
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlobalParamExcelWriter
public GlobalParamExcelWriter()
- Global parameter excel exporter.
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.