liquibase.util.ui
Class SwingUIFacade
java.lang.Object
liquibase.util.ui.SwingUIFacade
- All Implemented Interfaces:
- UIFacade
public class SwingUIFacade
- extends Object
- implements UIFacade
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SwingUIFacade
public SwingUIFacade()
promptForNonLocalDatabase
public boolean promptForNonLocalDatabase(Database database)
throws DatabaseException
- Displays swing-based dialog about running against a non-localhost database.
Returns true if the user selected that they are OK with that.
- Specified by:
promptForNonLocalDatabase
in interface UIFacade
- Throws:
DatabaseException
Copyright © 2015 Liquibase.org. All rights reserved.