Interface BackofficeSearchSystemSetupConfig
- All Known Implementing Classes:
AbstractBackofficeSearchSystemSetupConfig,DefaultBackofficeSearchservicesSystemSetupConfig,DefaultBackofficeSolrSearchSystemSetupConfig
public interface BackofficeSearchSystemSetupConfig
Configuration for system setup (initialize system, or update system)
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getLocalizedRootNames
Collection<String> getLocalizedRootNames()- Returns:
- Collection of fully qualified root names of localized impex files to import
-
getNonLocalizedRootNames
Collection<String> getNonLocalizedRootNames()- Returns:
- Collection of fully qualified names of non localized impex files to import
-
getFileEncoding
String getFileEncoding()- Returns:
- Configured file encoding for imported files
-
getRootNameLanguageSeparator
String getRootNameLanguageSeparator()- Returns:
- Literal for separation between root name and language code
-
getListSeparator
String getListSeparator()- Returns:
- Literal for separation of files in configuration
-