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

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

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

Methods in org.whitesource.agent.api.dispatch that return types with arguments of type ResourceInfo
 Map<String,Collection<ResourceInfo>> CheckPoliciesResult.getProjectNewResources()
           
 

Method parameters in org.whitesource.agent.api.dispatch with type arguments of type ResourceInfo
 void CheckPoliciesResult.setProjectNewResources(Map<String,Collection<ResourceInfo>> projectNewResources)
           
 

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

Methods in org.whitesource.agent.api.model that return ResourceInfo
 ResourceInfo PolicyCheckResourceNode.getResource()
           
 

Methods in org.whitesource.agent.api.model with parameters of type ResourceInfo
 void PolicyCheckResourceNode.setResource(ResourceInfo resource)
           
 

Constructors in org.whitesource.agent.api.model with parameters of type ResourceInfo
PolicyCheckResourceNode(ResourceInfo resource, RequestPolicyInfo policy)
          Constructor
 



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