org.openengsb.domain.scm
Interface ScmDomain

All Superinterfaces:
Domain

public interface ScmDomain
extends Domain


Method Summary
 void export(java.io.File directory)
          Exports the current head of the repository to the specified directory.
 boolean poll()
          Polls the represented repository for updates.
 
Methods inherited from interface org.openengsb.core.common.Domain
getAliveState
 

Method Detail

poll

boolean poll()
Polls the represented repository for updates. Returns true if there have been changes since the last poll.


export

void export(java.io.File directory)
Exports the current head of the repository to the specified directory.

Parameters:
directory - if the directory is non-existent, it'll be created. if the directory already exists it must not contain any files.


Copyright © 2009-2010. All Rights Reserved.