net.sourceforge.squirrel_sql.plugins.dbdiff.gui
Class AbstractSideBySideDiffPresentation
java.lang.Object
net.sourceforge.squirrel_sql.plugins.dbdiff.gui.AbstractDiffPresentation
net.sourceforge.squirrel_sql.plugins.dbdiff.gui.AbstractSideBySideDiffPresentation
- All Implemented Interfaces:
- IDiffPresentation
- Direct Known Subclasses:
- ExternalToolSideBySideDiffPresentation, JMeldDiffPresentation
public abstract class AbstractSideBySideDiffPresentation
- extends AbstractDiffPresentation
Base class for all DiffPresentation implementations that display a comparison of the contents of two files
side-by-side in some internal or external window.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fileWrapperFactory
protected FileWrapperFactory fileWrapperFactory
- fileWrapperFactory that allows this class to avoid constructing File objects directly
ioutils
protected IOUtilities ioutils
- Utility class for working with I/O
AbstractSideBySideDiffPresentation
public AbstractSideBySideDiffPresentation()
executeDiff
protected abstract void executeDiff(String script1Filename,
String script2Filename)
throws Exception
- Sub-class implementations should override this method to provide the implementation for comparing the
contents of the specified script filenames.
- Parameters:
script1Filename - filename of the first script to compare.script2Filename - filename of the second script to compare.
- Throws:
Exception
execute
public void execute()
- Description copied from interface:
IDiffPresentation
- Execute the comparison.
- See Also:
IDiffPresentation.execute()
setFileWrapperFactory
public void setFileWrapperFactory(FileWrapperFactory fileWrapperFactory)
- Parameters:
fileWrapperFactory - the fileWrapperFactory to set
setIoutils
public void setIoutils(IOUtilities ioutils)
- Parameters:
ioutils - the ioutils to set
setDialectFactory
public void setDialectFactory(IDialectFactory dialectFactory)
- Parameters:
dialectFactory - the dialectFactory to set
Copyright © 2001-2012. All Rights Reserved.