org.broadleafcommerce.common.config
Interface RuntimeEnvironmentKeyResolver

All Known Implementing Classes:
SystemPropertyRuntimeEnvironmentKeyResolver

public interface RuntimeEnvironmentKeyResolver


Method Summary
 String resolveRuntimeEnvironmentKey()
          Determine and return the runtime environment; if an implementation is unable to determine the runtime environment, null can be returned to indicate this.
 

Method Detail

resolveRuntimeEnvironmentKey

String resolveRuntimeEnvironmentKey()
Determine and return the runtime environment; if an implementation is unable to determine the runtime environment, null can be returned to indicate this.



Copyright © 2013. All Rights Reserved.