com.mrami.libre.ClassGenerator.Output
Class JavaMySQL

java.lang.Object
  extended bycom.mrami.libre.ClassGenerator.Output.JavaMySQL
All Implemented Interfaces:
ClassesToFiles

public class JavaMySQL
extends java.lang.Object
implements ClassesToFiles


Constructor Summary
JavaMySQL()
           
 
Method Summary
 java.util.ArrayList getParams()
          Get the command-line parameters for this implementor.
 void output(CGpackage p)
           
 void setParams(java.util.ArrayList list)
          Set the command-line parameters for this implementor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaMySQL

public JavaMySQL()
Method Detail

getParams

public java.util.ArrayList getParams()
Get the command-line parameters for this implementor.

Returns:
the params

setParams

public void setParams(java.util.ArrayList list)
Set the command-line parameters for this implementor.

Specified by:
setParams in interface ClassesToFiles
Parameters:
list - the command-line params

output

public void output(CGpackage p)
            throws java.lang.Exception
Specified by:
output in interface ClassesToFiles
Throws:
java.lang.Exception