Class FileBasedConfig

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected @NotNull java.lang.String filePath  
    • Constructor Summary

      Constructors 
      Constructor Description
      FileBasedConfig​(@NotNull SQLDriverType type, @NotNull java.lang.String filePath)  
    • Field Detail

      • filePath

        @NotNull
        protected final @NotNull java.lang.String filePath
    • Constructor Detail

      • FileBasedConfig

        public FileBasedConfig​(@NotNull
                               @NotNull SQLDriverType type,
                               @NotNull
                               @NotNull java.lang.String filePath)