net.sf.bloof
Class ImportProject

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

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

Imports a new Project in a seperate thread.

Version:
$Id: ImportProject.java,v 1.5 2003/09/11 10:16:27 pekacki Exp $
Author:
Lukasz Pekacki

Constructor Summary
ImportProject(DbAccess aDbAccess, ScmAccess aScmAccess)
          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

ImportProject

public ImportProject(DbAccess aDbAccess,
                     ScmAccess aScmAccess)
Constructs a ImportProject class

Parameters:
aDbAccess - access to the database
aScmAccess - access to the version control system
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.