Package cronapp.framework.core
Class PropertiesSettingsService
java.lang.Object
cronapp.framework.core.PropertiesSettingsService
- All Implemented Interfaces:
CronappSettingsService
@CacheConfig(cacheNames="cronapp.framework.core.settings")
public class PropertiesSettingsService
extends Object
implements CronappSettingsService
-
Constructor Summary
ConstructorsConstructorDescriptionPropertiesSettingsService(org.springframework.core.env.Environment environment) -
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Constructor Details
-
PropertiesSettingsService
public PropertiesSettingsService(org.springframework.core.env.Environment environment)
-
-
Method Details
-
getOption
- Specified by:
getOptionin interfaceCronappSettingsService
-
addOption
- Specified by:
addOptionin interfaceCronappSettingsService
-
getEncryptionKey
- Specified by:
getEncryptionKeyin interfaceCronappSettingsService
-
getEncryptionSalt
- Specified by:
getEncryptionSaltin interfaceCronappSettingsService
-
getApplicationId
- Specified by:
getApplicationIdin interfaceCronappSettingsService
-
getIntanceId
- Specified by:
getIntanceIdin interfaceCronappSettingsService
-