public org.codehaus.cargo.util.FileHandler getFileHandler()
Returns:
the Cargo file utility class
setFileHandler
public void setFileHandler(org.codehaus.cargo.util.FileHandler fileHandler)
Parameters:
fileHandler - the Cargo file utility class to use. This method is useful for unit
testing with Mock objects as it can be passed a test file handler that doesn't perform
any real file action.