Uses of Interface
org.openengsb.domain.scm.CommitRef

Uses of CommitRef in org.openengsb.domain.scm
 

Methods in org.openengsb.domain.scm that return CommitRef
 CommitRef ScmDomain.commitDirectory(File directory, String comment, boolean recursive)
          Commit changes on working directory to SCM repository.
 CommitRef ScmDomain.commitFile(File file, String comment)
          Commit a single file to SCM repository.
 

Methods in org.openengsb.domain.scm with parameters of type CommitRef
 void ScmDomain.checkoutDirectory(String path, CommitRef id, boolean recursive, File directory)
          Copy repository directory specified by relative path and commit-ref id into newly created working directory.
 void ScmDomain.checkoutFile(String path, CommitRef id, File directory)
          Copy repository file specified by relative path and commit-ref id into working directory.
 boolean ScmDomain.exists(String path, CommitRef id)
          Checks if file or directory specified by relative path and id (commit-ref) exists in repository.
 



Copyright © 2009-2010. All Rights Reserved.