- ignoredArtifactIDs - Property in DependencySettings.LicenseSettings
-
List of artifact ids (wildcards are allowed) that are ignored when performing license analysis.
- ImportAnnotationVisitor - Class in org.savantbuild.plugin.dep
ASM AnnotationVisitor that builds a list of classes used within the annotation being visited.
- ImportAnnotationVisitor(Set<String>) - Constructor in ImportAnnotationVisitor
-
- ImportClassVisitor - Class in org.savantbuild.plugin.dep
ASM ClassVisitor that builds a list of classes used within the Class being visited.
- ImportClassVisitor() - Constructor in ImportClassVisitor
-
- ImportFieldVisitor - Class in org.savantbuild.plugin.dep
ASM FieldVisitor that builds a list of classes used by the field being visited.
- ImportFieldVisitor(Set<String>) - Constructor in ImportFieldVisitor
-
- ImportMethodVisitor - Class in org.savantbuild.plugin.dep
ASM MethodVisitor that builds a list of classes used within the method being visited.
- ImportMethodVisitor(Set<String>) - Constructor in ImportMethodVisitor
-
- ImportSignatureVisitor - Class in org.savantbuild.plugin.dep
ASM SignatureVisitor that builds a list of classes used within a generic signature of a method, field, or class.
- ImportSignatureVisitor(Set<String>) - Constructor in ImportSignatureVisitor
-
- integrate() - Method in DependencyPlugin
-
Integrates the project (using the project's defined publications and workflow).