liquibase.util.ui
Class UIFactory

java.lang.Object
  extended by liquibase.util.ui.UIFactory

public class UIFactory
extends Object


Constructor Summary
UIFactory()
           
 
Method Summary
 UIFacade getFacade()
           
static UIFactory getInstance()
           
 void setFacade(UIFacade facade)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIFactory

public UIFactory()
Method Detail

getInstance

public static UIFactory getInstance()

getFacade

public UIFacade getFacade()

setFacade

public void setFacade(UIFacade facade)


Copyright © 2011 Liquibase.org. All Rights Reserved.