org.jfrog.build.api.dependency
Class PropertySearchResult

java.lang.Object
  extended by org.jfrog.build.api.dependency.PropertySearchResult

public class PropertySearchResult
extends java.lang.Object


Nested Class Summary
static class PropertySearchResult.SearchEntry
           
 
Constructor Summary
PropertySearchResult()
           
 
Method Summary
 java.util.List<PropertySearchResult.SearchEntry> getResults()
           
 void setResults(java.util.List<PropertySearchResult.SearchEntry> results)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertySearchResult

public PropertySearchResult()
Method Detail

getResults

public java.util.List<PropertySearchResult.SearchEntry> getResults()

setResults

public void setResults(java.util.List<PropertySearchResult.SearchEntry> results)