Package co.ecg.alpaca.core.configs
Class AlpacaProperties.AccessLogs
java.lang.Object
co.ecg.alpaca.core.configs.AlpacaProperties.AccessLogs
- Enclosing class:
- AlpacaProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setConfigFileExtensions
(List<String> configFileExtensions) Remove period and convert to lower casevoid
setFirmwareFileExtensions
(List<String> firmwareFileExtensions) Remove period and convert to lower case
-
Constructor Details
-
AccessLogs
public AccessLogs()
-
-
Method Details
-
getAccessLogFormatIndexMap
-
setConfigFileExtensions
Remove period and convert to lower case- Parameters:
configFileExtensions
- The list of supported config file extensions.
-
setFirmwareFileExtensions
Remove period and convert to lower case- Parameters:
firmwareFileExtensions
- The list of supported firmware file extensions.
-