org.apache.ibatis.migration
Class CommandLine

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

public class CommandLine
extends Object


Constructor Summary
CommandLine(String[] args)
           
 
Method Summary
 void execute()
           
 PrintStream getPrintStream()
           
 void setPrintStream(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(String[] args)
Method Detail

setPrintStream

public void setPrintStream(PrintStream out)

getPrintStream

public PrintStream getPrintStream()

execute

public void execute()


Copyright © 2010. All Rights Reserved.