Class DependencyPropertyParser


  • public final class DependencyPropertyParser
    extends java.lang.Object
    Utility class that is meant to parse properties like dependencyOverride

    See section "Exclusions and Overrides" of https://release-engineering.github.io/pom-manipulation-ext/guide/dep-manip.html.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  DependencyPropertyParser.Result
      The result of parsing a dependency property.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static DependencyPropertyParser.Result parse​(java.lang.String key)
      Parses the given property key such as dependencyOverride
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • parse

        public static DependencyPropertyParser.Result parse​(java.lang.String key)
        Parses the given property key such as dependencyOverride
        Parameters:
        key - the property key
        Returns:
        the result containing the dependency