A C E G O P S

A

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

C

checkoutDirectory(String, CommitRef, boolean, File) - Method in interface org.openengsb.domain.scm.ScmDomain
Copy repository directory specified by relative path and commit-ref id into newly created working directory.
checkoutFile(String, CommitRef, File) - Method in interface org.openengsb.domain.scm.ScmDomain
Copy repository file specified by relative path and commit-ref id into working directory.
commitDirectory(File, String, boolean) - Method in interface org.openengsb.domain.scm.ScmDomain
Commit changes on working directory to SCM repository.
commitFile(File, String) - Method in interface org.openengsb.domain.scm.ScmDomain
Commit a single file to SCM 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
Checks if file or directory specified by relative path exists in repository.
exists(String, CommitRef) - Method in interface org.openengsb.domain.scm.ScmDomain
Checks if file or directory specified by relative path and id (commit-ref) 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-2010. All Rights Reserved.