Uses of Class
org.whitesource.agent.api.model.DependencyInfo

Packages that use DependencyInfo
org.whitesource.agent.api.dispatch   
org.whitesource.agent.api.model   
 

Uses of DependencyInfo in org.whitesource.agent.api.dispatch
 

Fields in org.whitesource.agent.api.dispatch with type parameters of type DependencyInfo
protected  Collection<DependencyInfo> ReportRequest.dependencies
          Deprecated.  
 

Methods in org.whitesource.agent.api.dispatch that return types with arguments of type DependencyInfo
 Collection<DependencyInfo> ReportRequest.getDependencies()
          Deprecated.  
 

Method parameters in org.whitesource.agent.api.dispatch with type arguments of type DependencyInfo
 ReportRequest RequestFactory.newReportRequest(Collection<DependencyInfo> dependencies)
          Create new Report request.
 void ReportRequest.setDependencies(Collection<DependencyInfo> dependencies)
          Deprecated.  
 

Constructor parameters in org.whitesource.agent.api.dispatch with type arguments of type DependencyInfo
ReportRequest(Collection<DependencyInfo> dependencies)
          Deprecated. Constructor
 

Uses of DependencyInfo in org.whitesource.agent.api.model
 

Methods in org.whitesource.agent.api.model that return types with arguments of type DependencyInfo
 Collection<DependencyInfo> AgentProjectInfo.getDependencies()
           
 

Method parameters in org.whitesource.agent.api.model with type arguments of type DependencyInfo
 void AgentProjectInfo.setDependencies(List<DependencyInfo> dependencies)
           
 



Copyright © 2011-2012 White Source. All Rights Reserved.