Package com.github.euler.file
Class FileStorageStrategy
- java.lang.Object
-
- com.github.euler.file.FileStorageStrategy
-
- All Implemented Interfaces:
StorageStrategy
public class FileStorageStrategy extends Object implements StorageStrategy
-
-
Constructor Summary
Constructors Constructor Description FileStorageStrategy(File root, String suffix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URIcreateFile()URIcreateFile(String suffix)URIcreateFile(String baseName, String suffix)URIcreateFile(URI uri)URIcreateFile(URI uri, String suffix)
-
-
-
Method Detail
-
createFile
public URI createFile(URI uri)
- Specified by:
createFilein interfaceStorageStrategy
-
createFile
public URI createFile(URI uri, String suffix)
- Specified by:
createFilein interfaceStorageStrategy
-
createFile
public URI createFile(String suffix)
- Specified by:
createFilein interfaceStorageStrategy
-
createFile
public URI createFile()
- Specified by:
createFilein interfaceStorageStrategy
-
-