Uses of Interface
org.codehaus.mojo.extraenforcer.dependencies.InputStreamSupplier
Packages that use InputStreamSupplier
-
Uses of InputStreamSupplier in org.codehaus.mojo.extraenforcer.dependencies
Methods in org.codehaus.mojo.extraenforcer.dependencies with parameters of type InputStreamSupplierModifier and TypeMethodDescriptionprivate void
BanDuplicateClasses.checkAndAddName
(org.apache.maven.artifact.Artifact artifact, String pathToClassFile, InputStreamSupplier inputStreamSupplier, Map<String, ClassesWithSameName> classesSeen, Set<String> duplicateClasses, Collection<AbstractResolveDependencies.IgnorableDependency> ignores) private String
ClassFile.computeHash
(InputStreamSupplier inputStreamSupplier) Constructors in org.codehaus.mojo.extraenforcer.dependencies with parameters of type InputStreamSupplierModifierConstructorDescriptionClassFile
(String classFilePath, org.apache.maven.artifact.Artifact artifactThisClassWasFoundIn, InputStreamSupplier inputStreamSupplier) Constructor.