A C E G O P S

A

add(File) - Method in interface org.openengsb.domain.scm.ScmDomain
Adds new working file to index.
add(File, boolean) - Method in interface org.openengsb.domain.scm.ScmDomain
Adds new working directory to index.

C

checkout(String, CommitRef, File, boolean) - Method in interface org.openengsb.domain.scm.ScmDomain
Checkout version of repository path to specified working directory.
checkout(String, File, boolean) - Method in interface org.openengsb.domain.scm.ScmDomain
Checkout HEAD version of repository path to specified working directory.
commit(File, String) - Method in interface org.openengsb.domain.scm.ScmDomain
Commit changes of working file to repository.
commit(File, String, boolean) - Method in interface org.openengsb.domain.scm.ScmDomain
Commit working directory changes to repository.
CommitRef - Interface in org.openengsb.domain.scm
An abstraction for commit reference (commit-ref) to a commit id in SCM.

E

exists(String) - Method in interface org.openengsb.domain.scm.ScmDomain
Check if HEAD revision of a file exists in repository.
exists(String, CommitRef) - Method in interface org.openengsb.domain.scm.ScmDomain
Check if given version of a file exists in repository.
export(File) - Method in interface org.openengsb.domain.scm.ScmDomain
Exports the current head of the repository to the specified directory.

G

getStringRepresentation() - Method in interface org.openengsb.domain.scm.CommitRef
Gets this commit-ref value String representation.

O

org.openengsb.domain.scm - package org.openengsb.domain.scm
 

P

poll() - Method in interface org.openengsb.domain.scm.ScmDomain
Polls the represented repository for updates.

S

ScmDomain - Interface in org.openengsb.domain.scm
ScmDomain is an abstraction for working with SCM tools.
ScmDomainEvents - Interface in org.openengsb.domain.scm
 
ScmDomainProvider - Class in org.openengsb.domain.scm
 
ScmDomainProvider() - Constructor for class org.openengsb.domain.scm.ScmDomainProvider
 
ScmException - Exception in org.openengsb.domain.scm
Base class for all scm exceptions.
ScmException() - Constructor for exception org.openengsb.domain.scm.ScmException
 
ScmException(String, Throwable) - Constructor for exception org.openengsb.domain.scm.ScmException
 
ScmException(String) - Constructor for exception org.openengsb.domain.scm.ScmException
 
ScmException(Throwable) - Constructor for exception org.openengsb.domain.scm.ScmException
 

A C E G O P S

Copyright © 2009-2011. All Rights Reserved.