\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.common.wrappers.io.FileWrapperFactory Interface Reference

Detailed Description

Factory interface for FileWrappers.

By default this is a simple wrapper for basic file operations used by the default FileWrapper implementation. For unit tests, this can be implemented to build instances of FileWrapper which do not rely on the file system.

Inheritance diagram for fiftyone.common.wrappers.io.FileWrapperFactory:

[legend]

Public Member Functions

FileWrapper  build (String path)
Return a new FileWrapper instance using the file located at the specified path. More...
boolean  exists (String path)
long  getLastModified (String path)
void  delete (String path)

Member Function Documentation

On This Page