Uses of Class
org.apache.maven.model.PatternSet
Packages that use PatternSet
-
Uses of PatternSet in org.apache.maven.model
Subclasses of PatternSet in org.apache.maven.modelMethods in org.apache.maven.model that return PatternSetMethods in org.apache.maven.model that return types with arguments of type PatternSetModifier and TypeMethodDescriptionstatic List<PatternSet>
PatternSet.patternSetToApiV3
(List<PatternSet> list) Method parameters in org.apache.maven.model with type arguments of type PatternSetModifier and TypeMethodDescriptionstatic List<PatternSet>
PatternSet.patternSetToApiV4
(List<PatternSet> list) -
Uses of PatternSet in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type PatternSetModifier and TypeMethodDescriptionprotected void
ModelMerger.mergePatternSet
(PatternSet target, PatternSet source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergePatternSet_Excludes
(PatternSet target, PatternSet source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergePatternSet_Includes
(PatternSet target, PatternSet source, boolean sourceDominant, Map<Object, Object> context)