jInfer

cz.cuni.mff.ksi.jinfer.projecttype
Class JInferDeleteOperation

java.lang.Object
  extended by cz.cuni.mff.ksi.jinfer.projecttype.JInferDeleteOperation
All Implemented Interfaces:
DataFilesProviderImplementation, DeleteOperationImplementation

public class JInferDeleteOperation
extends Object
implements DeleteOperationImplementation

Provides delete operation for jInfer project.


Constructor Summary
JInferDeleteOperation(JInferProject project)
           
 
Method Summary
 List<FileObject> getDataFiles()
           
 List<FileObject> getMetadataFiles()
           
 void notifyDeleted()
           
 void notifyDeleting()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JInferDeleteOperation

public JInferDeleteOperation(JInferProject project)
Method Detail

notifyDeleting

public void notifyDeleting()
                    throws IOException
Specified by:
notifyDeleting in interface DeleteOperationImplementation
Throws:
IOException

notifyDeleted

public void notifyDeleted()
                   throws IOException
Specified by:
notifyDeleted in interface DeleteOperationImplementation
Throws:
IOException

getMetadataFiles

public List<FileObject> getMetadataFiles()
Specified by:
getMetadataFiles in interface DataFilesProviderImplementation

getDataFiles

public List<FileObject> getDataFiles()
Specified by:
getDataFiles in interface DataFilesProviderImplementation

jInfer

Generated on Fri Dec 9 00:01:25 CET 2011