com.rs.xbrl
Interface ProviderLibrary

All Known Implementing Classes:
InstructionsFactoryImpl

public interface ProviderLibrary

Factory class to create all instructions in this library.

Author:
Ignacio

Method Summary
 Instruction getInstruction(java.lang.String name)
          Returns an instance of the instruction to be executed or null if the provider library does not supports the instruction identified by name
 java.lang.String getProviderName()
          Returns a name associated with the package of instructions
 

Method Detail

getProviderName

java.lang.String getProviderName()
Returns a name associated with the package of instructions

Returns:

getInstruction

Instruction getInstruction(java.lang.String name)
                           throws TaxonomyBuilderException
Returns an instance of the instruction to be executed or null if the provider library does not supports the instruction identified by name

Parameters:
name - the instruction name
Returns:
Instruction instance just created to be used once and destroyed
Throws:
TaxonomyBuilderException - In case of exceptions creating the Instruction instance


Copyright 2006-2009 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa