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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, 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


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