Package com.gsitm.ustra.java.data.utils
Class UstraFileSystemResource
java.lang.Object
org.springframework.core.io.AbstractResource
org.springframework.core.io.FileSystemResource
com.gsitm.ustra.java.core.io.UstraFileSystemResource
com.gsitm.ustra.java.data.utils.UstraFileSystemResource
- All Implemented Interfaces:
org.springframework.core.io.InputStreamSource,org.springframework.core.io.Resource,org.springframework.core.io.WritableResource
public class UstraFileSystemResource
extends com.gsitm.ustra.java.core.io.UstraFileSystemResource
-
Constructor Summary
ConstructorsConstructorDescriptionUstraFileSystemResource(File file) UstraFileSystemResource(String path, String orgFileName) UstraFileSystemResource(Path filePath) -
Method Summary
Methods inherited from class com.gsitm.ustra.java.core.io.UstraFileSystemResource
getFilename, getOrgFileName, setOrgFileNameMethods inherited from class org.springframework.core.io.FileSystemResource
contentLength, createRelative, equals, exists, getContentAsByteArray, getContentAsString, getDescription, getFile, getInputStream, getOutputStream, getPath, getURI, getURL, hashCode, isFile, isReadable, isWritable, lastModified, readableChannel, writableChannelMethods inherited from class org.springframework.core.io.AbstractResource
getFileForLastModifiedCheck, isOpen, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.core.io.Resource
isOpen
-
Constructor Details
-
UstraFileSystemResource
-
UstraFileSystemResource
-
UstraFileSystemResource
-
UstraFileSystemResource
-