XBRLAPI

A Java API for XBRL


org.xbrlapi.grabber
Interface Grabber

All Known Implementing Classes:
AbstractGrabberImpl, SecGrabberImpl

public interface Grabber

Defines an XBRL grabber

Author:
Geoff Shuetrim (geoff@galexy.net)

Method Summary
 List<URI> getResources()
           
 

Method Detail

getResources

List<URI> getResources()
Returns:
a list of URIs of XBRL resources provided by the source.

SourceForge Logo