org.apache.ibatis.migration.commands
Class UpCommand

java.lang.Object
  extended by org.apache.ibatis.migration.commands.BaseCommand
      extended by org.apache.ibatis.migration.commands.UpCommand
All Implemented Interfaces:
Command

public class UpCommand
extends BaseCommand


Field Summary
 
Fields inherited from class org.apache.ibatis.migration.commands.BaseCommand
basePath, driverPath, environment, envPath, force, printStream, scriptPath
 
Constructor Summary
UpCommand(File repository, String environment, boolean force)
           
UpCommand(File repository, String environment, boolean force, boolean runOneStepOnly)
           
 
Method Summary
 void execute(String... params)
           
 
Methods inherited from class org.apache.ibatis.migration.commands.BaseCommand
baseFile, changelogExists, changelogTable, copyResourceTo, copyResourceTo, driverFile, environmentFile, environmentFile, environmentProperties, existingEnvironmentFile, generateAppliedTimeStampAsString, getChangelog, getDriverClassLoader, getLastAppliedChange, getMigrations, getNextIDAsString, getPrintStream, getScriptRunner, getSqlRunner, getStepCountParameter, horizontalLine, insertChangelog, paramsEmpty, scriptFile, setDriverClassLoader, setPrintStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpCommand

public UpCommand(File repository,
                 String environment,
                 boolean force)

UpCommand

public UpCommand(File repository,
                 String environment,
                 boolean force,
                 boolean runOneStepOnly)
Method Detail

execute

public void execute(String... params)


Copyright © 2010. All Rights Reserved.