org.riverock.dbrevision.manager
Class DbRevisionManager

java.lang.Object
  extended by org.riverock.dbrevision.manager.DbRevisionManager

public class DbRevisionManager
extends Object

User: SergeMaslyukov Date: 28.07.2007 Time: 20:01:14


Constructor Summary
DbRevisionManager(Database database, String dbRevisionPath)
           
 
Method Summary
 void destroy()
           
protected  void finalize()
           
 Module getModule(String name)
          get module by name
 List<Module> getModules()
           
 boolean isAllCompleted()
          is all moudles completed?
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DbRevisionManager

public DbRevisionManager(Database database,
                         String dbRevisionPath)
Method Detail

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class Object
Throws:
Throwable

destroy

public void destroy()

getModule

public Module getModule(String name)
get module by name

Parameters:
name - module name
Returns:
module

isAllCompleted

public boolean isAllCompleted()
is all moudles completed?

Returns:
module

getModules

public List<Module> getModules()


Copyright © 2008 Riverock community. All Rights Reserved.