Class RepoConfig.FromYaml

java.lang.Object
com.artipie.rpm.RepoConfig.FromYaml
All Implemented Interfaces:
RepoConfig
Enclosing interface:
RepoConfig

public static final class RepoConfig.FromYaml extends Object implements RepoConfig
Repository configuration from yaml.
Since:
0.10
  • Constructor Details

    • FromYaml

      public FromYaml(com.amihaiemil.eoyaml.YamlMapping yaml, String name)
      Ctor.
      Parameters:
      yaml - Yaml settings
      name - Repository name
    • FromYaml

      public FromYaml(Optional<com.amihaiemil.eoyaml.YamlMapping> yaml, String name)
      Ctor.
      Parameters:
      yaml - Yaml settings
      name - Repository name
  • Method Details