public class ImplicitFactoryCompiler extends java.lang.Object implements TagCompiler
Kcf2java
.
This is not an Kcf2java built-in tag compiler.
It must therefore be provided in the Kcf2java property
file (which is an Kcf2java command line argument) in
order to allow Kcf2java to compile XML configuration
files with containing valid implicit factory tags.Constructor and Description |
---|
ImplicitFactoryCompiler() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
writeComponent(nanoxml.XMLElement _current_component,
java.lang.String _element_name,
java.lang.String _configuration_var_name,
java.io.Writer _writer,
java.lang.String _configuration_name)
Writes the java code translation of the given implicit factory
XML description (as a
XMLElement ). |
public java.lang.String writeComponent(nanoxml.XMLElement _current_component, java.lang.String _element_name, java.lang.String _configuration_var_name, java.io.Writer _writer, java.lang.String _configuration_name) throws java.io.IOException
XMLElement
).writeComponent
in interface TagCompiler
_current_component
- the implicit factory component
XML description_element_name
- its element's name_configuration_var_name
- unused_writer
- used to write the java translation code_configuration_name
- unusedjava.io.IOException
- if something goes wrong.