Interface DependencyClassesProvider
- All Known Subinterfaces:
MainDependencyClassesProvider, TestDependencyClassesProvider
public interface DependencyClassesProvider
Base interface for services provided the dependency classes used by a project.
-
Method Summary
Modifier and TypeMethodDescriptiongetDependencyClasses(org.apache.maven.project.MavenProject project, ClassesPatterns excludedClasses) Gets the dependency classes used by the given project, excluding those that match the given patterns.
-
Method Details