Package com.openkm

Class ImportStationConfig


  • @Component
    public class ImportStationConfig
    extends Object
    Import station config.
    Author:
    jabad
    • Field Detail

      • configPath

        public static String configPath
        Config path
    • Constructor Detail

      • ImportStationConfig

        public ImportStationConfig()
    • Method Detail

      • setConfigPath

        public static void setConfigPath​(String configPath)
        Set configuration path.
        Parameters:
        configPath - configuration path
      • getProperty

        public static String getProperty​(String property)
        Get property.
        Parameters:
        property - property name
        Returns:
        property value
      • reload

        public static void reload()