TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.hyades.internal.execution.core.file.dynamic
Interface ICommand

All Known Subinterfaces:
IDeleteDirectoryCommand, IDeleteFileCommand, IDetermineServerReachCommand, IFileInspectionCommand, IFileManipulationCommand, IFileServerCommand, IFileTransferCommand, IGetFileCommand, IListContentCommand, IModifyPermissionCommand, IPutFileCommand, IQueryServerStatusCommand, IServerInterrogationCommand, IValidateDirectoryExistenceCommand
All Known Implementing Classes:
AbstractFileServerCommand

public interface ICommand

An interface to support the command pattern, used to execute based on the current state of the command.


Method Summary
 void execute()
          Execute using the current state of the command, the command encapsulates what this exactly means at run-time
 

Method Detail

execute

void execute()
             throws java.io.IOException
Execute using the current state of the command, the command encapsulates what this exactly means at run-time

Throws:
java.io.IOException

TPTP 4.5.0 Platform Project
Internal API Specification