org.jboss.dna.connector.svn
Class SVNActionExecutor

java.lang.Object
  extended by org.jboss.dna.connector.svn.SVNActionExecutor
All Implemented Interfaces:
ScmActionExecutor

public class SVNActionExecutor
extends Object
implements ScmActionExecutor


Constructor Summary
SVNActionExecutor(org.tmatesoft.svn.core.io.SVNRepository repository)
           
 
Method Summary
 void execute(ScmAction action, String message)
           
 org.tmatesoft.svn.core.io.SVNRepository getRepository()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVNActionExecutor

public SVNActionExecutor(org.tmatesoft.svn.core.io.SVNRepository repository)
Parameters:
repository -
Method Detail

getRepository

public org.tmatesoft.svn.core.io.SVNRepository getRepository()
Returns:
repository

execute

public void execute(ScmAction action,
                    String message)
             throws org.tmatesoft.svn.core.SVNException
Specified by:
execute in interface ScmActionExecutor
Parameters:
action -
message -
Throws:
org.tmatesoft.svn.core.SVNException


Copyright © 2008-2009 JBoss, a division of Red Hat. All Rights Reserved.