D F G I 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(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.

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
 
getResource(String) - Method in class org.springframework.cloud.deployer.resource.support.DelegatingResourceLoader
 

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
 

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.

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.

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 O P R S U 

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