Class JavaFileGeneratorFactory
java.lang.Object
org.opendaylight.yangtools.concepts.AbstractIdentifiable<String,String>
org.opendaylight.yangtools.concepts.AbstractSimpleIdentifiable<String>
org.opendaylight.yangtools.plugin.generator.api.AbstractFileGeneratorFactory
org.opendaylight.yangtools.binding.codegen.JavaFileGeneratorFactory
- All Implemented Interfaces:
Identifiable<String>
,FileGeneratorFactory
@MetaInfServices(FileGeneratorFactory.class)
public final class JavaFileGeneratorFactory
extends AbstractFileGeneratorFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.opendaylight.yangtools.binding.codegen.JavaFileGenerator
newFileGenerator
(Map<String, String> configuration) Create a newFileGenerator
.Methods inherited from class org.opendaylight.yangtools.concepts.AbstractIdentifiable
addToStringAttributes, getIdentifier, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.opendaylight.yangtools.plugin.generator.api.FileGeneratorFactory
getIdentifier
-
Constructor Details
-
JavaFileGeneratorFactory
public JavaFileGeneratorFactory()
-
-
Method Details
-
newFileGenerator
public org.opendaylight.yangtools.binding.codegen.JavaFileGenerator newFileGenerator(Map<String, String> configuration) Description copied from interface:FileGeneratorFactory
Create a newFileGenerator
.- Parameters:
configuration
- Configuration properties- Returns:
- a new FileGenerator
-