Index

A B C D E F G I L M O P R S T V W 
All Classes and Interfaces|All Packages

A

accept(CfService) - Method in class io.pivotal.cfenv.spring.boot.AmqpCfEnvProcessor
 
accept(CfService) - Method in class io.pivotal.cfenv.spring.boot.CassandraCfEnvProcessor
 
accept(CfService) - Method in interface io.pivotal.cfenv.spring.boot.CfEnvProcessor
Determine if a service is supported by this processor.
accept(CfService) - Method in class io.pivotal.cfenv.spring.boot.CredHubCfEnvProcessor
 
accept(CfService) - Method in class io.pivotal.cfenv.spring.boot.MongoCfEnvProcessor
 
accept(CfService) - Method in class io.pivotal.cfenv.spring.boot.RedisCfEnvProcessor
 
accept(CfService) - Method in class io.pivotal.cfenv.spring.boot.VaultCfEnvProcessor
 
AmqpCfEnvProcessor - Class in io.pivotal.cfenv.spring.boot
Retrieve AMQP properties from CfCredentials and set spring.rabbitmq Boot properties.
AmqpCfEnvProcessor() - Constructor for class io.pivotal.cfenv.spring.boot.AmqpCfEnvProcessor
 

B

build() - Method in class io.pivotal.cfenv.spring.boot.CfEnvProcessorProperties.Builder
 
builder() - Static method in class io.pivotal.cfenv.spring.boot.CfEnvProcessorProperties
 
Builder() - Constructor for class io.pivotal.cfenv.spring.boot.CfEnvProcessorProperties.Builder
 

C

CassandraCfEnvProcessor - Class in io.pivotal.cfenv.spring.boot
 
CassandraCfEnvProcessor() - Constructor for class io.pivotal.cfenv.spring.boot.CassandraCfEnvProcessor
 
CfDataSourceEnvironmentPostProcessor - Class in io.pivotal.cfenv.spring.boot
 
CfDataSourceEnvironmentPostProcessor() - Constructor for class io.pivotal.cfenv.spring.boot.CfDataSourceEnvironmentPostProcessor
 
CfEnvironmentPostProcessor - Class in io.pivotal.cfenv.spring.boot
An EnvironmentPostProcessor that iterates over CfEnvProcessor implementations to contribute Spring Boot properties for bound Cloud Foundry Services.
CfEnvironmentPostProcessor() - Constructor for class io.pivotal.cfenv.spring.boot.CfEnvironmentPostProcessor
 
CfEnvProcessor - Interface in io.pivotal.cfenv.spring.boot
Implementations will be called by CfEnvironmentPostProcessor to find a specific type of service and set Spring Boot properties.
CfEnvProcessorProperties - Class in io.pivotal.cfenv.spring.boot
Properties describing a CfEnvProcessor, mainly used for better logging messages in CfEnvProcessor.
CfEnvProcessorProperties.Builder - Class in io.pivotal.cfenv.spring.boot
 
CfServiceEnablingEnvironmentPostProcessor - Interface in io.pivotal.cfenv.spring.boot
Implementations can disable a service by setting a Spring boot property cfenv.service.<serviceName>.enabled=false.
ConnectorLibraryDetector - Class in io.pivotal.cfenv.spring.boot
Determine if the Connector Library is on the classpath
ConnectorLibraryDetector() - Constructor for class io.pivotal.cfenv.spring.boot.ConnectorLibraryDetector
 
CredHubCfEnvProcessor - Class in io.pivotal.cfenv.spring.boot
Retrieve CredHub secrets from CfCredentials and set Boot properties.
CredHubCfEnvProcessor() - Constructor for class io.pivotal.cfenv.spring.boot.CredHubCfEnvProcessor
 

D

debug(Object) - Method in class io.pivotal.cfenv.spring.boot.DeferredLog
 
debug(Object, Throwable) - Method in class io.pivotal.cfenv.spring.boot.DeferredLog
 
DEBUG - Enum constant in enum class io.pivotal.cfenv.spring.boot.LogLevel
 
DeferredLog - Class in io.pivotal.cfenv.spring.boot
Deferred Log that can be used to store messages that shouldn't be written until the logging system is fully initialized.
DeferredLog() - Constructor for class io.pivotal.cfenv.spring.boot.DeferredLog
 

E

error(Object) - Method in class io.pivotal.cfenv.spring.boot.DeferredLog
 
error(Object, Throwable) - Method in class io.pivotal.cfenv.spring.boot.DeferredLog
 
ERROR - Enum constant in enum class io.pivotal.cfenv.spring.boot.LogLevel
 

F

fatal(Object) - Method in class io.pivotal.cfenv.spring.boot.DeferredLog
 
fatal(Object, Throwable) - Method in class io.pivotal.cfenv.spring.boot.DeferredLog
 
FATAL - Enum constant in enum class io.pivotal.cfenv.spring.boot.LogLevel
 

G

getOrder() - Method in class io.pivotal.cfenv.spring.boot.CfDataSourceEnvironmentPostProcessor
 
getOrder() - Method in class io.pivotal.cfenv.spring.boot.CfEnvironmentPostProcessor
 
getProperties() - Method in class io.pivotal.cfenv.spring.boot.AmqpCfEnvProcessor
 
getProperties() - Method in class io.pivotal.cfenv.spring.boot.CassandraCfEnvProcessor
 
getProperties() - Method in interface io.pivotal.cfenv.spring.boot.CfEnvProcessor
Properties describing a CfEnvProcessor, mainly used for better logging messages in CfEnvProcessor.
getProperties() - Method in class io.pivotal.cfenv.spring.boot.CredHubCfEnvProcessor
 
getProperties() - Method in class io.pivotal.cfenv.spring.boot.MongoCfEnvProcessor
 
getProperties() - Method in class io.pivotal.cfenv.spring.boot.RedisCfEnvProcessor
 
getProperties() - Method in class io.pivotal.cfenv.spring.boot.VaultCfEnvProcessor
 
getPropertyPrefixes() - Method in class io.pivotal.cfenv.spring.boot.CfEnvProcessorProperties
A string containing the values of property prefixes that will be set in the process method.
getServiceName() - Method in class io.pivotal.cfenv.spring.boot.CfEnvProcessorProperties
A name that describes the service being processed, eg.

I

increaseInvocationCount() - Method in class io.pivotal.cfenv.spring.boot.CfEnvironmentPostProcessor
EnvironmentPostProcessors can end up getting called twice due to spring-cloud-commons functionality
info(Object) - Method in class io.pivotal.cfenv.spring.boot.DeferredLog
 
info(Object, Throwable) - Method in class io.pivotal.cfenv.spring.boot.DeferredLog
 
INFO - Enum constant in enum class io.pivotal.cfenv.spring.boot.LogLevel
 
io.pivotal.cfenv.spring.boot - package io.pivotal.cfenv.spring.boot
 
isDebugEnabled() - Method in class io.pivotal.cfenv.spring.boot.DeferredLog
 
isEnabled(CfService, Environment) - Method in interface io.pivotal.cfenv.spring.boot.CfServiceEnablingEnvironmentPostProcessor
Determine if a service is enabled.
isErrorEnabled() - Method in class io.pivotal.cfenv.spring.boot.DeferredLog
 
isFatalEnabled() - Method in class io.pivotal.cfenv.spring.boot.DeferredLog
 
isInfoEnabled() - Method in class io.pivotal.cfenv.spring.boot.DeferredLog
 
isTraceEnabled() - Method in class io.pivotal.cfenv.spring.boot.DeferredLog
 
isWarnEnabled() - Method in class io.pivotal.cfenv.spring.boot.DeferredLog
 

L

LogLevel - Enum Class in io.pivotal.cfenv.spring.boot
Logging levels supported by a LoggingSystem.

M

MESSAGE - Static variable in class io.pivotal.cfenv.spring.boot.ConnectorLibraryDetector
 
MongoCfEnvProcessor - Class in io.pivotal.cfenv.spring.boot
Retrieve MongoDB properties from CfCredentials and set spring.mongodb Boot properties.
MongoCfEnvProcessor() - Constructor for class io.pivotal.cfenv.spring.boot.MongoCfEnvProcessor
 

O

OFF - Enum constant in enum class io.pivotal.cfenv.spring.boot.LogLevel
 
onApplicationEvent(ApplicationEvent) - Method in class io.pivotal.cfenv.spring.boot.CfDataSourceEnvironmentPostProcessor
 
onApplicationEvent(ApplicationEvent) - Method in class io.pivotal.cfenv.spring.boot.CfEnvironmentPostProcessor
 

P

populateAddress(CfCredentials, Map<String, Object>, String) - Method in class io.pivotal.cfenv.spring.boot.AmqpCfEnvProcessor
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class io.pivotal.cfenv.spring.boot.CfDataSourceEnvironmentPostProcessor
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class io.pivotal.cfenv.spring.boot.CfEnvironmentPostProcessor
 
process(CfCredentials, Map<String, Object>) - Method in class io.pivotal.cfenv.spring.boot.AmqpCfEnvProcessor
 
process(CfCredentials, Map<String, Object>) - Method in class io.pivotal.cfenv.spring.boot.CassandraCfEnvProcessor
 
process(CfCredentials, Map<String, Object>) - Method in interface io.pivotal.cfenv.spring.boot.CfEnvProcessor
Given the credentials of the single matching service, set the property values that will be used to create the MapPropertySource.
process(CfCredentials, Map<String, Object>) - Method in class io.pivotal.cfenv.spring.boot.CredHubCfEnvProcessor
 
process(CfCredentials, Map<String, Object>) - Method in class io.pivotal.cfenv.spring.boot.MongoCfEnvProcessor
 
process(CfCredentials, Map<String, Object>) - Method in class io.pivotal.cfenv.spring.boot.RedisCfEnvProcessor
 
process(CfCredentials, Map<String, Object>) - Method in class io.pivotal.cfenv.spring.boot.VaultCfEnvProcessor
 
propertyPrefixes(String) - Method in class io.pivotal.cfenv.spring.boot.CfEnvProcessorProperties.Builder
 

R

RedisCfEnvProcessor - Class in io.pivotal.cfenv.spring.boot
Retrieve Redis properties from CfCredentials and set spring.redis Boot properties.
RedisCfEnvProcessor() - Constructor for class io.pivotal.cfenv.spring.boot.RedisCfEnvProcessor
 
replay(Log, Class<?>) - Static method in class io.pivotal.cfenv.spring.boot.DeferredLog
Replay from a source log to a destination log when the source is deferred.
replay(Log, Log) - Static method in class io.pivotal.cfenv.spring.boot.DeferredLog
Replay from a source log to a destination log when the source is deferred.
replayTo(Class<?>) - Method in class io.pivotal.cfenv.spring.boot.DeferredLog
Replay deferred logging to the specified destination.
replayTo(Log) - Method in class io.pivotal.cfenv.spring.boot.DeferredLog
Replay deferred logging to the specified destination.

S

serviceName(String) - Method in class io.pivotal.cfenv.spring.boot.CfEnvProcessorProperties.Builder
 
setOrder(int) - Method in class io.pivotal.cfenv.spring.boot.CfDataSourceEnvironmentPostProcessor
 
setOrder(int) - Method in class io.pivotal.cfenv.spring.boot.CfEnvironmentPostProcessor
 
switchTo(Class<?>) - Method in class io.pivotal.cfenv.spring.boot.DeferredLog
Switch from deferred logging to immediate logging to the specified destination.
switchTo(Log) - Method in class io.pivotal.cfenv.spring.boot.DeferredLog
Switch from deferred logging to immediate logging to the specified destination.

T

trace(Object) - Method in class io.pivotal.cfenv.spring.boot.DeferredLog
 
trace(Object, Throwable) - Method in class io.pivotal.cfenv.spring.boot.DeferredLog
 
TRACE - Enum constant in enum class io.pivotal.cfenv.spring.boot.LogLevel
 

V

valueOf(String) - Static method in enum class io.pivotal.cfenv.spring.boot.LogLevel
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.pivotal.cfenv.spring.boot.LogLevel
Returns an array containing the constants of this enum class, in the order they are declared.
VaultCfEnvProcessor - Class in io.pivotal.cfenv.spring.boot
 
VaultCfEnvProcessor() - Constructor for class io.pivotal.cfenv.spring.boot.VaultCfEnvProcessor
 

W

warn(Object) - Method in class io.pivotal.cfenv.spring.boot.DeferredLog
 
warn(Object, Throwable) - Method in class io.pivotal.cfenv.spring.boot.DeferredLog
 
WARN - Enum constant in enum class io.pivotal.cfenv.spring.boot.LogLevel
 
A B C D E F G I L M O P R S T V W 
All Classes and Interfaces|All Packages