|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ihr.xbrl.om.XBRLProcessorFactoryBase
com.ihr.xbrl.om.XBRLCoreProcessorFactory
public class XBRLCoreProcessorFactory
Factory class to create XBRLCoreProcessor instances.
This class name is registered in a file called RSXBRLMANIFEST/xbrlprocessors.properties under a property whose name is processor-factories. The property must contain a comma separated list of processor factories.
All processor factories shall be able to instantiate a new processor when required. The processor will be registered for every DTS and it will be reused.
| Constructor Summary | |
|---|---|
XBRLCoreProcessorFactory()
|
|
| Method Summary | |
|---|---|
XBRLPlugInProcessor |
create()
Creates a new instance of the processor or gets the registered instance from the DTSContainer |
java.lang.String |
getProcessorDescription()
Returns the processor description for the processor name |
java.lang.String |
getProcessorName()
Returns the processor name this factory class is able to create processor for |
| Methods inherited from class com.ihr.xbrl.om.XBRLProcessorFactoryBase |
|---|
setDTSContainer |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XBRLCoreProcessorFactory()
| Method Detail |
|---|
public XBRLPlugInProcessor create()
throws com.rs.lic.LicenseVerificationException,
XBRLValidationException
XBRLProcessorFactory
com.rs.lic.LicenseVerificationException - If the user has no rights to use the processor
XBRLValidationException - If the processor just created raises static validation errors while loading the DTSpublic java.lang.String getProcessorDescription()
XBRLProcessorFactory
public java.lang.String getProcessorName()
XBRLProcessorFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||