cz.cuni.mff.ksi.jinfer.projecttype
Class JInferMoveOrRenameOperation
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JInferMoveOrRenameOperation
public JInferMoveOrRenameOperation(JInferProject project)
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
Generated on Fri Dec 9 00:01:25 CET 2011