Class SemanticVersionDelegate

java.lang.Object
org.savantbuild.parser.groovy.SemanticVersionDelegate

public class SemanticVersionDelegate extends Object
Groovy delegate that captures the semantic version mappings for a project.
  • Field Details

    • mapping

      public final Map<String,org.savantbuild.domain.Version> mapping
    • rangeMapping

      public final Map<String,String> rangeMapping
  • Constructor Details

    • SemanticVersionDelegate

      public SemanticVersionDelegate(Map<String,org.savantbuild.domain.Version> mapping, Map<String,String> rangeMapping)
  • Method Details