net.sf.bloof
Class UpdateProject

java.lang.Object
  |
  +--net.sf.bloof.UpdateProject
All Implemented Interfaces:
java.lang.Runnable

public class UpdateProject
extends java.lang.Object
implements java.lang.Runnable

Updates the data of an existing project

Version:
$Id: UpdateProject.java,v 1.3 2003/09/06 08:35:06 pekacki Exp $
Author:
Lukasz Pekacki

Constructor Summary
UpdateProject(Database aDb, ScmAccess aScmAccess, java.util.Date aFromDate)
          Constructs a ImportProject class
 
Method Summary
 void run()
          Starts the import
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateProject

public UpdateProject(Database aDb,
                     ScmAccess aScmAccess,
                     java.util.Date aFromDate)
Constructs a ImportProject class

Parameters:
aDb - database object
aScmAccess - access to the version control system
aFromDate - update project data with SCM log information from this date
Method Detail

run

public void run()
Starts the import

Specified by:
run in interface java.lang.Runnable
See Also:
Runnable.run( )


Copyright © 2003 bloof@Sourceforge. All Rights Reserved.