Class DefaultOsConfigurationService

java.lang.Object
de.hybris.platform.mediaconversion.os.config.DefaultOsConfigurationService
All Implemented Interfaces:
OsConfigurationService

public class DefaultOsConfigurationService extends Object implements OsConfigurationService
Standard implementation of the OsConfigurationService interface. This implementation works with String distance comparison for computing the best matching subdirectory or property key.
  • Field Details

    • DIRECTORY_FILTER

      public static final FileFilter DIRECTORY_FILTER
      FileFilter accepting directories only. Also directories which name start with a dot (.) are skipped.
  • Constructor Details

    • DefaultOsConfigurationService

      public DefaultOsConfigurationService()
  • Method Details