Class DependencyPropertyParser
- java.lang.Object
-
- org.jboss.gm.analyzer.alignment.util.DependencyPropertyParser
-
public final class DependencyPropertyParser extends java.lang.ObjectUtility class that is meant to parse properties likedependencyOverrideordependencyExclusion.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 interfaceDependencyPropertyParser.ResultThe result of parsing a dependency property.
-
Constructor Summary
Constructors Constructor Description DependencyPropertyParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DependencyPropertyParser.Resultparse(java.lang.String key)Parses the given property key such asdependencyOverrideordependencyExclusion.
-
-
-
Method Detail
-
parse
public static DependencyPropertyParser.Result parse(java.lang.String key)
Parses the given property key such asdependencyOverrideordependencyExclusion.- Parameters:
key- the property key- Returns:
- the result containing the dependency
-
-