org.jboss.dna.connector.svn
Class SVNRepositoryRequestProcessor.AddFile

java.lang.Object
  extended by org.jboss.dna.connector.svn.SVNRepositoryRequestProcessor.AddFile
All Implemented Interfaces:
ScmAction
Enclosing class:
SVNRepositoryRequestProcessor

public static class SVNRepositoryRequestProcessor.AddFile
extends Object
implements ScmAction


Constructor Summary
SVNRepositoryRequestProcessor.AddFile(String path, String file, byte[] content)
           
 
Method Summary
 void applyAction(Object context)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVNRepositoryRequestProcessor.AddFile

public SVNRepositoryRequestProcessor.AddFile(String path,
                                             String file,
                                             byte[] content)
Method Detail

applyAction

public void applyAction(Object context)
                 throws Exception
Specified by:
applyAction in interface ScmAction
Throws:
Exception


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