Class ControllerConfiguration.SchemaServiceConfig

java.lang.Object
io.lighty.core.controller.impl.config.ControllerConfiguration.SchemaServiceConfig
Enclosing class:
ControllerConfiguration

public static class ControllerConfiguration.SchemaServiceConfig extends Object
Contains list of paths to artifacts containing yang models for Lighty SchemaContext.
  • Constructor Details

    • SchemaServiceConfig

      public SchemaServiceConfig()
  • Method Details

    • getModels

      public Set<org.opendaylight.yangtools.yang.binding.YangModuleInfo> getModels()
    • setModels

      public void setModels(Set<org.opendaylight.yangtools.yang.binding.YangModuleInfo> models)
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object