D F G I L O P R S U 

D

DelegatingResourceLoader - Class in org.springframework.cloud.deployer.resource.support
A ResourceLoader implementation that delegates to other ResourceLoader instances that are stored in a Map with their associated URI schemes as the keys.
DelegatingResourceLoader() - Constructor for class org.springframework.cloud.deployer.resource.support.DelegatingResourceLoader
Instantiates a new delegating resource loader.
DelegatingResourceLoader(Map<String, ResourceLoader>) - Constructor for class org.springframework.cloud.deployer.resource.support.DelegatingResourceLoader
Instantiates a new delegating resource loader.
DelegatingResourceLoader(Map<String, ResourceLoader>, File) - Constructor for class org.springframework.cloud.deployer.resource.support.DelegatingResourceLoader
Instantiates a new delegating resource loader.
DownloadingUrlResource - Class in org.springframework.cloud.deployer.resource.support
A Resource implementation that will download a UrlResource to a temp file when the is invoked.
DownloadingUrlResource(String) - Constructor for class org.springframework.cloud.deployer.resource.support.DownloadingUrlResource
Create a new DownloadingUrlResource based on the given URI object.
DownloadingUrlResourceLoader - Class in org.springframework.cloud.deployer.resource.support
Resource loader that will return a DownloadingUrlResource
DownloadingUrlResourceLoader() - Constructor for class org.springframework.cloud.deployer.resource.support.DownloadingUrlResourceLoader
 

F

find(String) - Method in class org.springframework.cloud.deployer.resource.registry.InMemoryUriRegistry
 
find(String) - Method in interface org.springframework.cloud.deployer.resource.registry.UriRegistry
Return a URI for a string key.
findAll() - Method in class org.springframework.cloud.deployer.resource.registry.InMemoryUriRegistry
 
findAll() - Method in interface org.springframework.cloud.deployer.resource.registry.UriRegistry
Return all registered URIs.

G

getClassLoader() - Method in class org.springframework.cloud.deployer.resource.support.DelegatingResourceLoader
 
getClassLoader() - Method in class org.springframework.cloud.deployer.resource.support.LRUCleaningResourceLoader
 
getDescription() - Method in class org.springframework.cloud.deployer.resource.support.DownloadingUrlResource
 
getFile() - Method in class org.springframework.cloud.deployer.resource.support.DownloadingUrlResource
Downloads the file from the HTTP location to a temporary file.
getResource(String) - Method in class org.springframework.cloud.deployer.resource.support.DelegatingResourceLoader
 
getResource(String) - Method in class org.springframework.cloud.deployer.resource.support.DownloadingUrlResourceLoader
 
getResource(String) - Method in class org.springframework.cloud.deployer.resource.support.LRUCleaningResourceLoader
 

I

InMemoryUriRegistry - Class in org.springframework.cloud.deployer.resource.registry
In-memory (non persistent) UriRegistry implementation.
InMemoryUriRegistry() - Constructor for class org.springframework.cloud.deployer.resource.registry.InMemoryUriRegistry
 

L

LRUCleaningResourceLoader - Class in org.springframework.cloud.deployer.resource.support
A wrapper around a ResourceLoader that deletes returned Resources (assumed to be on the file system) once disk space is getting low.
LRUCleaningResourceLoader(ResourceLoader, float, File) - Constructor for class org.springframework.cloud.deployer.resource.support.LRUCleaningResourceLoader
Instantiates a new LRUCleaning resource loader.
LRUCleaningResourceLoaderBeanPostProcessor - Class in org.springframework.cloud.deployer.resource.support
Decorates the default ResourceLoader with a LRUCleaningResourceLoader when running in Cloud Foundry.
LRUCleaningResourceLoaderBeanPostProcessor(float, File) - Constructor for class org.springframework.cloud.deployer.resource.support.LRUCleaningResourceLoaderBeanPostProcessor
 

O

org.springframework.cloud.deployer.resource.registry - package org.springframework.cloud.deployer.resource.registry
 
org.springframework.cloud.deployer.resource.support - package org.springframework.cloud.deployer.resource.support
 

P

populateRegistry(boolean, UriRegistry, String...) - Method in class org.springframework.cloud.deployer.resource.registry.UriRegistryPopulator
Populate the provided registry with the contents of the property files indicated by resourceUris.
postProcessAfterInitialization(Object, String) - Method in class org.springframework.cloud.deployer.resource.support.LRUCleaningResourceLoaderBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.cloud.deployer.resource.support.LRUCleaningResourceLoaderBeanPostProcessor
 

R

register(String, URI) - Method in class org.springframework.cloud.deployer.resource.registry.InMemoryUriRegistry
 
register(String, URI) - Method in interface org.springframework.cloud.deployer.resource.registry.UriRegistry
Register a URI with a string key.
ResourceNotResolvedException - Exception in org.springframework.cloud.deployer.resource.support
Thrown to indicate failure resolving a Resource.
ResourceNotResolvedException(String, Throwable) - Constructor for exception org.springframework.cloud.deployer.resource.support.ResourceNotResolvedException
Create a new ResourceNotResolvedException with the specified options.

S

setResourceLoader(ResourceLoader) - Method in class org.springframework.cloud.deployer.resource.registry.UriRegistryPopulator
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.cloud.deployer.resource.support.DelegatingResourceLoader
 
sha1(String) - Static method in class org.springframework.cloud.deployer.resource.support.ShaUtils
Creates a sha1 out from a given data.
ShaUtils - Class in org.springframework.cloud.deployer.resource.support
Simple sha utils.
ShaUtils() - Constructor for class org.springframework.cloud.deployer.resource.support.ShaUtils
 

U

unregister(String) - Method in class org.springframework.cloud.deployer.resource.registry.InMemoryUriRegistry
 
unregister(String) - Method in interface org.springframework.cloud.deployer.resource.registry.UriRegistry
Remove the registration for a string key.
UriRegistry - Interface in org.springframework.cloud.deployer.resource.registry
Registry for storing and finding URIs via a string key.
UriRegistryPopulator - Class in org.springframework.cloud.deployer.resource.registry
Utility class for populating a UriRegistry via a Properties file.
UriRegistryPopulator() - Constructor for class org.springframework.cloud.deployer.resource.registry.UriRegistryPopulator
 
D F G I L O P R S U 

Copyright © 2018 Pivotal Software, Inc.. All rights reserved.