Class S3ProfileMapper
java.lang.Object
org.craftercms.commons.config.profiles.AbstractProfileConfigMapper<S3Profile>
org.craftercms.commons.config.profiles.aws.AbstractAwsProfileMapper<S3Profile>
org.craftercms.commons.config.profiles.aws.S3ProfileMapper
- All Implemented Interfaces:
ConfigurationMapper<S3Profile>
Configuration mapper for
S3Profiles.- Author:
- joseross, avasquez
-
Field Summary
Fields inherited from class org.craftercms.commons.config.profiles.AbstractProfileConfigMapper
configurationResolver, serviceName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractAwsProfileprotected S3ProfilemapProfile(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> profileConfig) Methods inherited from class org.craftercms.commons.config.profiles.AbstractProfileConfigMapper
processConfig, readConfig
-
Constructor Details
-
S3ProfileMapper
@ConstructorProperties("configurationResolver") public S3ProfileMapper(ConfigurationResolver configurationResolver)
-
-
Method Details
-
mapProfile
protected S3Profile mapProfile(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> profileConfig) throws ConfigurationException - Overrides:
mapProfilein classAbstractAwsProfileMapper<S3Profile>- Throws:
ConfigurationException
-
createProfile
- Specified by:
createProfilein classAbstractAwsProfileMapper<S3Profile>
-