Uses of Class
org.apache.maven.model.Exclusion
Packages that use Exclusion
-
Uses of Exclusion in org.apache.maven.model
Methods in org.apache.maven.model that return ExclusionMethods in org.apache.maven.model that return types with arguments of type ExclusionModifier and TypeMethodDescriptionExclusion.exclusionToApiV3(List<Exclusion> list) Dependency.getExclusions()Methods in org.apache.maven.model with parameters of type ExclusionModifier and TypeMethodDescriptionvoidDependency.addExclusion(Exclusion exclusion) voidDependency.removeExclusion(Exclusion exclusion) Method parameters in org.apache.maven.model with type arguments of type ExclusionModifier and TypeMethodDescriptionExclusion.exclusionToApiV4(List<Exclusion> list) voidDependency.setExclusions(List<Exclusion> exclusions)