Class IvyReport


  • public class IvyReport
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      IvyReport()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.whitesource.agent.dependency.resolver.sbt.Module> getDependencies()  
      org.whitesource.agent.dependency.resolver.sbt.Info getInfo()  
      • Methods inherited from class java.lang.Object

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

      • IvyReport

        public IvyReport()
    • Method Detail

      • getDependencies

        public java.util.List<org.whitesource.agent.dependency.resolver.sbt.Module> getDependencies()
      • getInfo

        public org.whitesource.agent.dependency.resolver.sbt.Info getInfo()