org.aludratest.service.flatfile
Interface FlatFileCondition

All Superinterfaces:
Action, Condition
All Known Implementing Classes:
DefaultFlatFileAction

public interface FlatFileCondition
extends Condition

Condition interface of the FlatFileService.

Author:
Volker Bergmann

Method Summary
 boolean exists(String filePath)
           
 
Methods inherited from interface org.aludratest.service.Action
createAttachments, createDebugAttachments, setSystemConnector
 

Method Detail

exists

boolean exists(String filePath)
Parameters:
filePath - the file path to query
Returns:
true if a file with the provided path exists, otherwise false


Copyright © 2015 aludratest.org. All rights reserved.