Uses of Class
org.springframework.boot.maven.FilterableDependency
-
Uses of FilterableDependency in org.springframework.boot.maven
Subclasses of FilterableDependency in org.springframework.boot.mavenModifier and TypeClassDescriptionclassA model for a dependency to exclude.classA model for a dependency to include.Methods in org.springframework.boot.maven that return types with arguments of type FilterableDependencyModifier and TypeMethodDescriptionprotected final List<? extends FilterableDependency>DependencyFilter.getFilters()Methods in org.springframework.boot.maven with parameters of type FilterableDependencyModifier and TypeMethodDescriptionprotected final booleanDependencyFilter.equals(org.apache.maven.artifact.Artifact artifact, FilterableDependency dependency) Check if the specifiedArtifactmatches the specifiedFilterableDependency.Constructor parameters in org.springframework.boot.maven with type arguments of type FilterableDependencyModifierConstructorDescriptionDependencyFilter(List<? extends FilterableDependency> dependencies) Create a new instance with the list ofFilterableDependencyinstance(s) to use.