org.eclipse.egit.github.core
Interface IResourceProvider<V>

Type Parameters:
V -

public interface IResourceProvider<V>

Interface for container classes that can provide a collection of resources of the same type.


Method Summary
 List<V> getResources()
          Get collection of resources
 

Method Detail

getResources

List<V> getResources()
Get collection of resources

Returns:
non-null but possibly empty collection


Copyright © 2012. All Rights Reserved.