net.sf.farrago.syslib
Class FarragoUpdateCatalogUDR
java.lang.Object
net.sf.farrago.catalog.FarragoAbstractCatalogInit
net.sf.farrago.syslib.FarragoUpdateCatalogUDR
- All Implemented Interfaces:
- EventListener, MDRChangeListener, MDRPreChangeListener
public class FarragoUpdateCatalogUDR
- extends FarragoAbstractCatalogInit
FarragoUpdateCatalogUDR implements system procedures for updating Farrago
catalogs (intended for use as part of installation).
- Version:
- $Id: //open/dev/farrago/src/net/sf/farrago/syslib/FarragoUpdateCatalogUDR.java#12 $
- Author:
- Zelaine Fong
Method Summary |
static void |
updateConfiguration()
Updates Farrago config objects in cases where they have been set to dummy
values. |
static void |
updateSystemObjects()
Updates catalogs with system objects, adding them if they don't exist
yet. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FarragoUpdateCatalogUDR
private FarragoUpdateCatalogUDR(FarragoRepos repos)
updateConfiguration
public static void updateConfiguration()
- Updates Farrago config objects in cases where they have been set to dummy
values.
updateSystemObjects
public static void updateSystemObjects()
- Updates catalogs with system objects, adding them if they don't exist
yet.