Class ConfigurationResource


  • public class ConfigurationResource
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfigurationResource​(java.lang.String path, java.lang.String httpUrl, org.springframework.core.io.Resource resource)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean exists()  
      java.io.InputStream getInputStream()  
      java.lang.String getPath()  
      org.springframework.core.io.Resource getResource()  
      java.lang.String getUrl()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConfigurationResource

        public ConfigurationResource​(java.lang.String path,
                                     java.lang.String httpUrl,
                                     org.springframework.core.io.Resource resource)
    • Method Detail

      • getPath

        public java.lang.String getPath()
      • getUrl

        public java.lang.String getUrl()
      • getResource

        public org.springframework.core.io.Resource getResource()
      • getInputStream

        public java.io.InputStream getInputStream()
                                           throws java.io.IOException
        Throws:
        java.io.IOException
      • exists

        public boolean exists()