\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.common.wrappers.io.FileWrapperFactoryDefault Class Reference

Detailed Description

Default implementation of the FileWrapperFactory interface.

This uses the OS file system.

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

[legend]

Collaboration diagram for fiftyone.common.wrappers.io.FileWrapperFactoryDefault:

[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