net.sourceforge.squirrel_sql.plugins.dbdiff.commands
Class CompareCommand
java.lang.Object
net.sourceforge.squirrel_sql.plugins.dbdiff.commands.AbstractDiffCommand
net.sourceforge.squirrel_sql.plugins.dbdiff.commands.CompareCommand
- All Implemented Interfaces:
- ICommand
public class CompareCommand
- extends AbstractDiffCommand
- implements ICommand
This class represents the command that gets executed when the user clicks compare in a schema after
selecting one or more tables.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompareCommand
public CompareCommand(SessionInfoProvider provider)
- Constructor specifying the current session.
execute
public void execute()
- Kicks off the diff operation. All pieces of information are provided by the SessionInfoProvider and have
been verified in the action prior to this point. Nothing left to do except start the copy operation.
- Specified by:
execute in interface ICommand
setDiffPresentationFactory
public void setDiffPresentationFactory(IDiffPresentationFactory diffPresentationFactory)
- Parameters:
diffPresentationFactory - the diffPresentationFactory to set
Copyright © 2001-2012. All Rights Reserved.