org.modeshape.connector.svn.mgnt
Class UpdateFile

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

public class UpdateFile
extends Object
implements ScmAction


Constructor Summary
UpdateFile(String path, String file, byte[] oldData, byte[] newData)
           
 
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

UpdateFile

public UpdateFile(String path,
                  String file,
                  byte[] oldData,
                  byte[] newData)
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-2010 JBoss, a division of Red Hat. All Rights Reserved.