public class CSharp extends java.lang.Object implements TargetCodeGenerator
Constructor and Description |
---|
CSharp() |
Modifier and Type | Method and Description |
---|---|
CodeGenerator |
newInstance(Ir ir,
java.lang.String outputDir)
Get a new
CodeGenerator for the given target language. |
public CodeGenerator newInstance(Ir ir, java.lang.String outputDir) throws java.io.IOException
TargetCodeGenerator
CodeGenerator
for the given target language.newInstance
in interface TargetCodeGenerator
ir
- describing the message schemas from which code should generated.outputDir
- to which the generated code with be written.CodeGenerator
for the given target language.java.io.IOException
- if an error occurs when dealing with the output directory.Copyright © 2014-2017 Real Logic Ltd. All Rights Reserved.