org.mybatis.generator.api
Class ShellRunner

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

public class ShellRunner
extends 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(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(String[] args)


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.