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

    Constructors
    Constructor
    Description
     
     
     
     
  • Method Summary

    Methods inherited from class com.gsitm.ustra.java.core.io.UstraFileSystemResource

    getFilename, getOrgFileName, setOrgFileName

    Methods 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, writableChannel

    Methods inherited from class org.springframework.core.io.AbstractResource

    getFileForLastModifiedCheck, isOpen, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.springframework.core.io.Resource

    isOpen
  • Constructor Details

    • UstraFileSystemResource

      public UstraFileSystemResource(File file)
    • UstraFileSystemResource

      public UstraFileSystemResource(Path filePath)
    • UstraFileSystemResource

      public UstraFileSystemResource(String path)
    • UstraFileSystemResource

      public UstraFileSystemResource(String path, String orgFileName)