B C G O S 

B

BuildContextAware - Interface in org.opendaylight.yangtools.yang2sources.spi
Interface implemented by CodeGenerator implementations which are integrated with BuildContext.

C

CodeGenerator - Interface in org.opendaylight.yangtools.yang2sources.spi
Classes implementing this interface can be submitted to maven-yang-plugin's generate-sources goal.

G

generateSources(SchemaContext, File, Set<Module>) - Method in interface org.opendaylight.yangtools.yang2sources.spi.CodeGenerator
Generate sources from provided SchemaContext

O

org.opendaylight.yangtools.yang2sources.spi - package org.opendaylight.yangtools.yang2sources.spi
 

S

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.
B C G O S 

Copyright © 2014. All rights reserved.