org.objectweb.jonathan.tools.compilers
Class AssemblageCompiler
java.lang.Object
org.objectweb.jonathan.tools.compilers.AssemblageCompiler
- TagCompiler
public class AssemblageCompiler
extends java.lang.Object
XML Assemblage tag to runtime Assemblage component java code compiler.
Used by
Kcf2java
through its
getTagCompiler()
method to write Assemblage tags' java code compilation.
String | writeComponent(XMLElement _current_component, String _element_name, String _configuration_var_name, Writer _writer, String _configuration_name) - Translates a XML
ASSEMBLAGE element to the java code
creating its corresponding assemblage runtime component.
|
writeComponent
public String writeComponent(XMLElement _current_component,
String _element_name,
String _configuration_var_name,
Writer _writer,
String _configuration_name)
throws IOException
Translates a XML ASSEMBLAGE
element to the java code
creating its corresponding assemblage runtime component.
- writeComponent in interface TagCompiler
_current_component
- ASSEMBLAGE
tag to be decoded_element_name
- the assemblage's element name_configuration_var_name
- the assemblage's configuration's
variable name_writer
- where the property assemblage code is written_configuration_name
- the assemblage's configuration's
name