org.mybatis.generator.api
Class ShellRunner

java.lang.Object
  extended by org.mybatis.generator.api.ShellRunner

public class ShellRunner
extends java.lang.Object

This class allows the code generator to be run from the command line.

Author:
Jeff Butler

Constructor Summary
ShellRunner()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShellRunner

public ShellRunner()
Method Detail

main

public static void main(java.lang.String[] args)