org.modeshape.connector.svn.mgnt
Class AddFile

java.lang.Object
  extended by org.modeshape.connector.svn.mgnt.AddFile
All Implemented Interfaces:
ScmAction

public class AddFile
extends Object
implements ScmAction


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

Constructor Detail

AddFile

public 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

toString

public String toString()
Overrides:
toString in class Object


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