com.esri.gpt.framework.resource.adapters
Class PublishablesAdapter
java.lang.Object
com.esri.gpt.framework.resource.adapters.PublishablesAdapter
- All Implemented Interfaces:
- Iterable<Publishable>
public class PublishablesAdapter
- extends Object
- implements Iterable<Publishable>
Provides collection of Publishable
only found in a given collection of
resources.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PublishablesAdapter
public PublishablesAdapter(Iterable<Resource> resources)
- Creates instance of the adapter.
- Parameters:
resources
- collection of resources
iterator
public Iterator<Publishable> iterator()
- Specified by:
iterator
in interface Iterable<Publishable>
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.