Class Dependency.Exclusion
- java.lang.Object
- org.springframework.boot.cli.compiler.dependencies.Dependency.Exclusion
- Enclosing class:
- Dependency
public static final class Dependency.Exclusion extends Object
A dependency exclusion.
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetArtifactId()Return the exclusion artifact ID.StringgetGroupId()Return the exclusion group ID.inthashCode()StringtoString()
Method Detail
getArtifactId
public String getArtifactId()
Return the exclusion artifact ID.- Returns:
- the exclusion artifact ID
getGroupId
public String getGroupId()
Return the exclusion group ID.- Returns:
- the exclusion group ID