|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.dsrg.sofa.repository.core.SofaRemoteFileDeleter
public class SofaRemoteFileDeleter
SOFA specific class, which deletes data from
SofaServlet
.
Method Summary | |
---|---|
static boolean |
beginDelete(RepositoryConfiguration rc)
Begins the deleting process. |
static void |
clear()
Clears all info about the deleting process. |
static void |
deleteFile(org.eclipse.emf.common.util.URI uri)
This method adds the uri of the requested file to the queue of uris to be deleted. |
static void |
endDelete()
Ends the deleting process. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void deleteFile(org.eclipse.emf.common.util.URI uri)
uri
- public static boolean beginDelete(RepositoryConfiguration rc)
rc
- Repository configuration.
public static void endDelete() throws java.lang.Exception
java.lang.Exception
public static void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |