Class S3Resource.S3ResourceResolver

java.lang.Object
net.microfalx.resource.s3.S3Resource.S3ResourceResolver
All Implemented Interfaces:
net.microfalx.resource.ResourceResolver
Enclosing class:
S3Resource

public static class S3Resource.S3ResourceResolver extends Object implements net.microfalx.resource.ResourceResolver
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.microfalx.resource.Resource
    resolve(URI uri, net.microfalx.resource.Resource.Type type)
     
    boolean
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.microfalx.resource.ResourceResolver

    clearCache
  • Constructor Details

    • S3ResourceResolver

      public S3ResourceResolver()
  • Method Details

    • supports

      public boolean supports(URI uri)
      Specified by:
      supports in interface net.microfalx.resource.ResourceResolver
    • resolve

      public net.microfalx.resource.Resource resolve(URI uri, net.microfalx.resource.Resource.Type type)
      Specified by:
      resolve in interface net.microfalx.resource.ResourceResolver