it.eng.spagobi.engines.weka
Class ParametersFiller

java.lang.Object
  extended by it.eng.spagobi.engines.weka.ParametersFiller

public class ParametersFiller
extends java.lang.Object

Author:
Gioia

Constructor Summary
ParametersFiller()
           
 
Method Summary
static void fill(java.io.File template, java.io.File filledTemplate, java.util.Map params)
           
static void fill(java.io.Reader reader, java.io.Writer writer, java.util.Map params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParametersFiller

public ParametersFiller()
Method Detail

fill

public static void fill(java.io.File template,
                        java.io.File filledTemplate,
                        java.util.Map params)
                 throws java.io.IOException
Throws:
java.io.IOException

fill

public static void fill(java.io.Reader reader,
                        java.io.Writer writer,
                        java.util.Map params)
                 throws java.io.IOException
Throws:
java.io.IOException