insensa.commands
Class LinkFileCommand

java.lang.Object
  extended by insensa.commands.AbstractModelCommand
      extended by insensa.commands.LinkFileCommand
All Implemented Interfaces:
ModelCommand

public class LinkFileCommand
extends AbstractModelCommand


Field Summary
private  CRasterFileInformation file
           
private  CRasterFileSet targetFileSet
           
 
Fields inherited from class insensa.commands.AbstractModelCommand
problem, workerStatus
 
Constructor Summary
LinkFileCommand(CRasterFileSet targetFileSet, CRasterFileInformation file)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class insensa.commands.AbstractModelCommand
check, createDependendCommands, getProblem, getWorkerStatus, retry, setWorkerStatus, throwErrorMessage, throwProblem, undo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

targetFileSet

private CRasterFileSet targetFileSet

file

private CRasterFileInformation file
Constructor Detail

LinkFileCommand

public LinkFileCommand(CRasterFileSet targetFileSet,
                       CRasterFileInformation file)
Parameters:
targetFileSet -
file -
Method Detail

execute

public void execute()
             throws java.io.IOException,
                    CRasterFileException
Throws:
java.io.IOException
org.jdom.JDOMException
CRasterFileException
See Also:
ModelCommand.execute()