Module: Bookwatch::Config

Defined in:
lib/bookwatch/config/fetcher.rb,
lib/bookwatch/config/validator.rb,
lib/bookwatch/config/yaml_loader.rb,
lib/bookwatch/config/configuration.rb,
lib/bookwatch/config/product_config.rb,
lib/bookwatch/config/section_config.rb,
lib/bookwatch/config/dita_config_generator.rb,
lib/bookwatch/config/imprint/configuration.rb,
lib/bookwatch/config/configuration_decorator.rb,
lib/bookwatch/config/checkers/products_checker.rb,
lib/bookwatch/config/checkers/archive_menu_checker.rb,
lib/bookwatch/config/checkers/required_keys_checker.rb,
lib/bookwatch/config/checkers/ditamap_presence_checker.rb,
lib/bookwatch/config/checkers/section_presence_checker.rb,
lib/bookwatch/config/checkers/duplicate_section_name_checker.rb,
lib/bookwatch/config/checkers/repository_name_presence_checker.rb

Defined Under Namespace

Modules: Checkers, Imprint Classes: Configuration, ConfigurationDecorator, DitaConfigGenerator, Fetcher, ProductConfig, SectionConfig, Validator, YAMLLoader

Constant Summary collapse

FileNotFoundError =
Class.new(RuntimeError)
InvalidSyntaxError =
Class.new(RuntimeError)