org.neovera.jdiablo.environment
Interface PropertyPlaceholderProvider
- All Known Implementing Classes:
- MapBasedPropertyPlaceholderProvider
public interface PropertyPlaceholderProvider
Base interface that all property placeholder providers must implement. The implementation must be registered as a
spring bean and the SpringEnvironment included for the Launchable.
getProperty
String getProperty(String key)
- Parameters:
key - Property name
- Returns:
- Value
Copyright © 2014 Neovera Inc.. All rights reserved.