A C E G O R S T U

A

add(String, File...) - Method in interface org.openengsb.domain.scm.ScmDomain
Adds one or more File existing in the working directory to the repository and commits them with the passed comment.

C

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 file identified by its fileName exists in the HEAD revision and returns true if it does.
exists(String, CommitRef) - Method in interface org.openengsb.domain.scm.ScmDomain
Check if file identified by its fileName exists in a revision identified by the CommitRef and returns true if it does.
export() - Method in interface org.openengsb.domain.scm.ScmDomain
Exports the files and directories of the HEAD revision from a repository without the SCM specific data in a compressed format.
export(CommitRef) - Method in interface org.openengsb.domain.scm.ScmDomain
Exports the files and directories of a revision identified by the CommitRef from a repository without the SCM specific data in a compressed format.

G

get(String) - Method in interface org.openengsb.domain.scm.ScmDomain
Retrieves a single File from a repository identified by its fileName if it exists in the HEAD revision.
get(String, CommitRef) - Method in interface org.openengsb.domain.scm.ScmDomain
Retrieves a single File from a repository identified by its fileName if it exists in the revision identified by the CommitRef.
getCommitRefForTag(TagRef) - Method in interface org.openengsb.domain.scm.ScmDomain
Resolves and returns the CommitRef for a TagRef or null if the reference does not exist.
getHead() - Method in interface org.openengsb.domain.scm.ScmDomain
Returns the CommitRef of the current HEAD in the repository or null.
getStringRepresentation() - Method in interface org.openengsb.domain.scm.CommitRef
Gets this commit-ref value String representation.
getTagName() - Method in interface org.openengsb.domain.scm.TagRef
Gets this tag-ref name.

O

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

R

remove(String, File...) - Method in interface org.openengsb.domain.scm.ScmDomain
Removes one or more File from the working directory of the repository and commits them with a passed comment.

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
 

T

TagRef - Interface in org.openengsb.domain.scm
An abstraction for tag reference (tag-ref) to a tag id in SCM.
tagRepo(String) - Method in interface org.openengsb.domain.scm.ScmDomain
Tags the actual HEAD of the repository with the passed tagName and returns the corresponding TagRef or null.
tagRepo(String, CommitRef) - Method in interface org.openengsb.domain.scm.ScmDomain
Tags the commit of the repository identified by the CommitRef with the passed tagName and returns the corresponding TagRef or null.

U

update() - Method in interface org.openengsb.domain.scm.ScmDomain
Looks up changes in a remote repository and updates the local repository or checks out a new local repository and returns a list of CommitRef with the revisions produced since the last update or null.

A C E G O R S T U

Copyright © 2009-2011. All Rights Reserved.