- setAdditionalConfig(Map<String, String>) - Method in interface org.opendaylight.yangtools.yang2sources.spi.CodeGenerator
-
Provided map contains all configuration that was set in pom for code
generator in additionalConfiguration tag
- setBuildContext(BuildContext) - Method in interface org.opendaylight.yangtools.yang2sources.spi.BuildContextAware
-
Set the build context to be used during the lifetime of this reactor.
- setLog(Log) - Method in interface org.opendaylight.yangtools.yang2sources.spi.CodeGenerator
-
Utilize maven logging if necessary
- setMavenProject(MavenProject) - Method in interface org.opendaylight.yangtools.yang2sources.spi.CodeGenerator
-
Provided maven project object.
- setResourceBaseDir(File) - Method in interface org.opendaylight.yangtools.yang2sources.spi.CodeGenerator
-
Provided folder is marked as resources and its content will be packaged
in resulting jar.