Package | Description |
---|---|
com.massa.mrules.factory.xml |
Modifier and Type | Class and Description |
---|---|
class |
RichXMLFactory.CALLAddon<A extends IAddon>
Addon dedicated to CALL implementation, in order to handle arguments under the form of attributes.
|
class |
RichXMLFactory.FORMATAddon<A extends IAddon>
Addon dedicated to FORMAT implementation, in order to handle arguments under the form of attributes.
|
class |
RichXMLFactory.GenericAddon<A extends IAddon>
SubFactory used by default if an addon does not have its own SubFactory.
|
class |
RichXMLFactory.INDEXAddon
Addon dedicated to INDEX implementation, in order to handle correctly "index" node and its sub-nodes
"value" and "then".
|
class |
RichXMLFactory.MainRuleFactoryImpl |
class |
RichXMLFactory.PRINTFAddon<A extends IAddon>
Addon dedicated to FORMAT implementation, in order to handle arguments under the form of attributes.
|
Modifier and Type | Method and Description |
---|---|
protected <A extends IAddon> |
RichXMLFactory.getAddonFactory(A addon) |
protected <A extends IAddon> |
RichXMLFactory.getAddonFactory(String addonImplem) |
Modifier and Type | Method and Description |
---|---|
void |
RichXMLFactory.registerAddon(RichXMLFactory.RichSubFactory<?> addon)
Allows to register directly a RichSubFactory instance.
|
Modifier and Type | Method and Description |
---|---|
void |
RichXMLFactory.registerAddon(Class<? extends RichXMLFactory.RichSubFactory<?>> clazz)
Allows to register a new RichSubFactory implementation, dedicated to one (or more) specific MRules
IAddon
implementation. |