public class XDTProcessorFactory extends XBRLProcessorFactoryBase
| Constructor and Description |
|---|
XDTProcessorFactory() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
setDTSContainerpublic XBRLPlugInProcessor create() throws com.rs.lic.LicenseVerificationException, XBRLValidationException
XBRLProcessorFactorypublic static XXXXX create(DTSContainer dts)where XXXXX is the type of the processor that will be created and implements the XBRLPlugInProcessor interface
com.rs.lic.LicenseVerificationException - If the user has no rights to use the processorXBRLValidationException - If the processor just created raises static validation errors while loading the DTSpublic java.lang.String getProcessorDescription()
XBRLProcessorFactorypublic java.lang.String getProcessorName()
XBRLProcessorFactory