Class OpenAdminProperties
java.lang.Object
org.broadleafcommerce.openadmin.config.properties.OpenAdminProperties
- All Implemented Interfaces:
FrameworkCommonClasspathPropertySource
@Order(-3000)
public class OpenAdminProperties
extends Object
implements FrameworkCommonClasspathPropertySource
- Author:
- Phillip Verheyden (phillipuniverse)
-
Field Summary
Fields inherited from interface org.broadleafcommerce.common.config.FrameworkCommonClasspathPropertySource
ADMIN_MODULE_ORDER, BROADLEAF_COMMON_ORDER, CMS_ORDER, DEFAULT_ORDER, FRAMEWORK_ORDER, FRAMEWORK_WEB_ORDER, OPEN_ADMIN_ORDER, PROFILE_ORDER, PROFILE_WEB_ORDER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA folder on the classpath that contains acommon.properties
file.
-
Constructor Details
-
OpenAdminProperties
public OpenAdminProperties()
-
-
Method Details
-
getClasspathFolder
Description copied from interface:FrameworkCommonClasspathPropertySource
A folder on the classpath that contains acommon.properties
file. Note that this cannot be prefixed with"classpath:"
or any of those varieties since this drives the creation of anClassPathResource
already based on this location.- Specified by:
getClasspathFolder
in interfaceFrameworkCommonClasspathPropertySource
-