|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ScmAccess | |
| net.sf.bloof | |
| net.sf.bloof.db | |
| net.sf.bloof.scm | |
| net.sf.bloof.scm.cvsplugin | |
| Uses of ScmAccess in net.sf.bloof |
| Methods in net.sf.bloof with parameters of type ScmAccess | |
static void |
Bloof.importProject(ScmAccess aScmAccess,
DbAccess aDbAccess)
Fills a new database with the data stored in the scm accessd by scmAccess |
static void |
Bloof.updateProject(ScmAccess aScmAccess,
DbAccess aDbAccess)
Fills a new database with the data stored in the scm accessd by scmAccess |
| Constructors in net.sf.bloof with parameters of type ScmAccess | |
UpdateProject(Database aDb,
ScmAccess aScmAccess,
java.util.Date aFromDate)
Constructs a ImportProject class |
|
ImportProject(DbAccess aDbAccess,
ScmAccess aScmAccess)
Constructs a ImportProject class |
|
| Uses of ScmAccess in net.sf.bloof.db |
| Methods in net.sf.bloof.db that return ScmAccess | |
ScmAccess |
Database.getProjectScmAccess()
Returns the SCM Access to the project |
| Uses of ScmAccess in net.sf.bloof.scm |
| Methods in net.sf.bloof.scm with parameters of type ScmAccess | |
ScmRevisionIterator |
ScmPlugin.getRevisions(ScmAccess aAccessInformation)
Returns a Revisioniterator on all revisions of the software project |
ScmRevisionIterator |
ScmPlugin.getRevisionsUpdate(ScmAccess aAccessInformation,
java.util.Date aFromDate)
Returns a Revisioniterator on all revisions of the software project |
| Uses of ScmAccess in net.sf.bloof.scm.cvsplugin |
| Classes in net.sf.bloof.scm.cvsplugin that implement ScmAccess | |
class |
CvsAccess
Container for access information in order to access a CVS repository |
| Methods in net.sf.bloof.scm.cvsplugin with parameters of type ScmAccess | |
ScmRevisionIterator |
CvsPlugin.getRevisions(ScmAccess aAccessInformation)
|
ScmRevisionIterator |
CvsPlugin.getRevisionsUpdate(ScmAccess aAccessInformation,
java.util.Date aFromDate)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||