org.objectweb.dsrg.sofa.repository.core
Class SofaRemoteFileDeleter

java.lang.Object
  extended by org.objectweb.dsrg.sofa.repository.core.SofaRemoteFileDeleter

public class SofaRemoteFileDeleter
extends java.lang.Object

SOFA specific class, which deletes data from RepositoryServer.


Constructor Summary
SofaRemoteFileDeleter(RepositoryConfiguration rc)
          Standard constructor.
 
Method Summary
 void deleteFile(org.eclipse.emf.common.util.URI uri)
          This method is responsible for deleting the requested file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SofaRemoteFileDeleter

public SofaRemoteFileDeleter(RepositoryConfiguration rc)
Standard constructor.

Parameters:
rc - Connection configuration
Method Detail

deleteFile

public void deleteFile(org.eclipse.emf.common.util.URI uri)
                throws java.io.IOException
This method is responsible for deleting the requested file.

Throws:
java.io.IOException
See Also:
ConversionHelper