Class DependencyCollector

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String C_CHAR_WINDOWS  
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract java.util.Collection<org.whitesource.agent.api.model.AgentProjectInfo> collectDependencies​(java.lang.String folder)  
      protected java.util.Collection<org.whitesource.agent.api.model.AgentProjectInfo> getSingleProjectList​(java.util.Collection<org.whitesource.agent.api.model.DependencyInfo> dependencies)  
      static boolean isWindows()  
      • Methods inherited from class java.lang.Object

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

      • DependencyCollector

        public DependencyCollector()
    • Method Detail

      • collectDependencies

        protected abstract java.util.Collection<org.whitesource.agent.api.model.AgentProjectInfo> collectDependencies​(java.lang.String folder)
      • getSingleProjectList

        protected java.util.Collection<org.whitesource.agent.api.model.AgentProjectInfo> getSingleProjectList​(java.util.Collection<org.whitesource.agent.api.model.DependencyInfo> dependencies)
      • isWindows

        public static boolean isWindows()