jInfer

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

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

public class JInferCopyOperation
extends Object
implements CopyOperationImplementation

Provides copy operation for jInfer project.


Constructor Summary
JInferCopyOperation()
           
 
Method Summary
 List<FileObject> getDataFiles()
           
 List<FileObject> getMetadataFiles()
           
 void notifyCopied(Project arg0, File arg1, String arg2)
           
 void notifyCopying()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JInferCopyOperation

public JInferCopyOperation()
Method Detail

getMetadataFiles

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

getDataFiles

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

notifyCopying

public void notifyCopying()
                   throws IOException
Specified by:
notifyCopying in interface CopyOperationImplementation
Throws:
IOException

notifyCopied

public void notifyCopied(Project arg0,
                         File arg1,
                         String arg2)
                  throws IOException
Specified by:
notifyCopied in interface CopyOperationImplementation
Throws:
IOException

jInfer

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