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