public class SimpleStorageProtocolResolver extends Object implements org.springframework.core.io.ProtocolResolver, org.springframework.beans.factory.InitializingBean
Constructor and Description |
---|
SimpleStorageProtocolResolver(com.amazonaws.services.s3.AmazonS3 amazonS3) |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
com.amazonaws.services.s3.AmazonS3 |
getAmazonS3() |
org.springframework.core.io.Resource |
resolve(String location,
org.springframework.core.io.ResourceLoader resourceLoader) |
void |
setTaskExecutor(org.springframework.core.task.TaskExecutor taskExecutor) |
public SimpleStorageProtocolResolver(com.amazonaws.services.s3.AmazonS3 amazonS3)
public void setTaskExecutor(org.springframework.core.task.TaskExecutor taskExecutor)
public void afterPropertiesSet()
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
public org.springframework.core.io.Resource resolve(String location, org.springframework.core.io.ResourceLoader resourceLoader)
resolve
in interface org.springframework.core.io.ProtocolResolver
public com.amazonaws.services.s3.AmazonS3 getAmazonS3()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.