Serialized Form

  • Package org.codehaus.mojo.versions.model

    • Class org.codehaus.mojo.versions.model.IgnoreVersion

      class IgnoreVersion extends Object implements Serializable
      • Serialized Fields

        • type
          String type
          The type of ignore mechanism to use. Allowed values are 'exact', 'regex' or 'range'.
        • version
          String version
          A version number or a regular expression for version numbers that should be ignored.
    • Class org.codehaus.mojo.versions.model.Rule

      class Rule extends Object implements Serializable
      • Serialized Fields

        • artifactId
          String artifactId
          The artifactId to which this rule applies. Wildcards with ? and * are valid. A rule without wildcards will override a rule with wildcards. A rule with ? wildcards will override a rule with * wildcards.
        • comparisonMethod
          String comparisonMethod
          The comparison method that this rule specifies.
        • groupId
          String groupId
          The for groupId to which this rule applies. Wildcards with ? and * are valid. A rule applies to all child groupIds unless overridden by a subsequent rule. A rule without wildcards will override a rule with wildcards. A rule with ? wildcards will override a rule with * wildcards.
        • ignoreVersions
          List<IgnoreVersion> ignoreVersions
          Field ignoreVersions.
    • Class org.codehaus.mojo.versions.model.RuleSet

      class RuleSet extends Object implements Serializable
      • Serialized Fields

        • comparisonMethod
          String comparisonMethod
          The comparison method to use when no rule matches.
        • ignoreVersions
          List<IgnoreVersion> ignoreVersions
          Field ignoreVersions.
        • modelEncoding
          String modelEncoding
          Field modelEncoding.
        • rules
          List<Rule> rules
          Field rules.