TPTP 4.5.0 Platform Project
Internal API Specification

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

All Superinterfaces:
ICommand, IFileInspectionCommand, IFileServerCommand

public interface IValidateDirectoryExistenceCommand
extends IFileInspectionCommand

The delete directory command interface, highlighting the hierarchy of the command structure


Method Summary
 boolean[] isDirectoryExistent()
          Returns back the result to the operation directed to determine if the given remote identifiers associated with this command found the directories to exist (and therefore be valid directories as well)
 
Methods inherited from interface org.eclipse.hyades.internal.execution.core.file.dynamic.IFileServerCommand
dispose
 
Methods inherited from interface org.eclipse.hyades.internal.execution.core.file.dynamic.ICommand
execute
 

Method Detail

isDirectoryExistent

boolean[] isDirectoryExistent()
Returns back the result to the operation directed to determine if the given remote identifiers associated with this command found the directories to exist (and therefore be valid directories as well)

Returns:
an array that is a parallel to the remote identifier list passed in to the command's constructor

TPTP 4.5.0 Platform Project
Internal API Specification