org.apache.ibatis.migration
Class CommandLine

java.lang.Object
  extended by org.apache.ibatis.migration.CommandLine

public class CommandLine
extends java.lang.Object


Constructor Summary
CommandLine(java.lang.String[] args)
           
 
Method Summary
 void execute()
           
 java.io.PrintStream getPrintStream()
           
 void setPrintStream(java.io.PrintStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLine

public CommandLine(java.lang.String[] args)
Method Detail

setPrintStream

public void setPrintStream(java.io.PrintStream out)

getPrintStream

public java.io.PrintStream getPrintStream()

execute

public void execute()


Copyright © 2010 MyBatis.org. All Rights Reserved.