XBRLAPI

A Java API for XBRL


org.xbrlapi
Interface EntryPoint

All Known Implementing Classes:
Compose, Load, Load, Load

public interface EntryPoint


Method Summary
 void run(String[] args)
          The method to call to use the specified entry point.
 

Method Detail

run

void run(String[] args)
The method to call to use the specified entry point.

Parameters:
args - The array of command line arguments

SourceForge Logo