org.globus.cog.gridshell.commands.taskcommands
Class Putfile
java.lang.Object
org.globus.cog.gridshell.commands.AbstractCommand
org.globus.cog.gridshell.commands.AbstractShellCommand
org.globus.cog.gridshell.commands.taskcommands.AbstractTaskCommand
org.globus.cog.gridshell.commands.taskcommands.AbstractSrcDestinationCommand
org.globus.cog.gridshell.commands.taskcommands.Putfile
- All Implemented Interfaces:
- Command, Comparable, EventListener, PropertyChangeListener, PropertyChangeNotifier, Runnable, StatusListener
- public class Putfile
- extends AbstractSrcDestinationCommand
| Methods inherited from class org.globus.cog.gridshell.commands.AbstractShellCommand |
createAbstractShellCommand, getCredentials, getGetOpt, getGridShell, getGsh, init, kill, resume, run, suspend, toString |
| Methods inherited from class org.globus.cog.gridshell.commands.AbstractCommand |
addPropertyChangeListener, addPropertyChangeListener, arrayToMap, compareTo, getIdentity, getParent, getResult, getScope, getStatus, removePropertyChangeListener, setResult, setStatusCode, setStatusCompleted, setStatusFailed, setStatusFailed, unsupported |
Putfile
public Putfile()
createSrcDestinationTask
public AbstractFileOperationTask createSrcDestinationTask(StartTask connection,
String source,
String destination)
throws InvalidProviderException,
ProviderMethodException
- Description copied from class:
AbstractSrcDestinationCommand
- Creates the specific task for this command
- Specified by:
createSrcDestinationTask in class AbstractSrcDestinationCommand
- Parameters:
connection - source - destination -
- Returns:
-
- Throws:
InvalidProviderException
ProviderMethodException