jInfer

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

java.lang.Object
  extended by cz.cuni.mff.ksi.jinfer.projecttype.JInferMoveOrRenameOperation
All Implemented Interfaces:
DataFilesProviderImplementation, MoveOperationImplementation, MoveOrRenameOperationImplementation

public class JInferMoveOrRenameOperation
extends Object
implements MoveOrRenameOperationImplementation

Provides move or remove operation for jInfer project.


Constructor Summary
JInferMoveOrRenameOperation(JInferProject project)
           
 
Method Summary
 List<FileObject> getDataFiles()
           
 List<FileObject> getMetadataFiles()
           
 void notifyMoved(Project original, File originalPath, String newName)
           
 void notifyMoving()
           
 void notifyRenamed(String newName)
           
 void notifyRenaming()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JInferMoveOrRenameOperation

public JInferMoveOrRenameOperation(JInferProject project)
Method Detail

notifyRenaming

public void notifyRenaming()
                    throws IOException
Specified by:
notifyRenaming in interface MoveOrRenameOperationImplementation
Throws:
IOException

notifyRenamed

public void notifyRenamed(String newName)
                   throws IOException
Specified by:
notifyRenamed in interface MoveOrRenameOperationImplementation
Throws:
IOException

notifyMoving

public void notifyMoving()
                  throws IOException
Specified by:
notifyMoving in interface MoveOperationImplementation
Throws:
IOException

notifyMoved

public void notifyMoved(Project original,
                        File originalPath,
                        String newName)
                 throws IOException
Specified by:
notifyMoved in interface MoveOperationImplementation
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