Class DependencyInfoFactory


  • public class DependencyInfoFactory
    extends java.lang.Object
    Factory class for DependencyInfo.
    Author:
    tom.shapira
    • Constructor Summary

      Constructors 
      Constructor Description
      DependencyInfoFactory()  
      DependencyInfoFactory​(java.util.Collection<java.lang.String> excludedCopyrights, boolean partialSha1Match)  
      DependencyInfoFactory​(java.util.Collection<java.lang.String> excludedCopyrights, boolean partialSha1Match, boolean calculateHints, boolean calculateMd5)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.whitesource.agent.api.model.DependencyInfo createDependencyInfo​(java.io.File basedir, java.lang.String filename)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DependencyInfoFactory

        public DependencyInfoFactory()
      • DependencyInfoFactory

        public DependencyInfoFactory​(java.util.Collection<java.lang.String> excludedCopyrights,
                                     boolean partialSha1Match)
      • DependencyInfoFactory

        public DependencyInfoFactory​(java.util.Collection<java.lang.String> excludedCopyrights,
                                     boolean partialSha1Match,
                                     boolean calculateHints,
                                     boolean calculateMd5)
    • Method Detail

      • createDependencyInfo

        public org.whitesource.agent.api.model.DependencyInfo createDependencyInfo​(java.io.File basedir,
                                                                                   java.lang.String filename)