public class JavaFileInfoTranslator extends JavaFileInfo
javaName, pkg| Constructor and Description |
|---|
JavaFileInfoTranslator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addGeneratedFileTypes(int fileTypes)
Adds the types of files being generated corresponding to the YANG
definition.
|
String |
getBaseCodeGenPath()
Returns base directory package path for code generation.
|
int |
getGeneratedFileTypes()
Returns the types of files being generated corresponding to the YANG
definition.
|
String |
getPackageFilePath()
Returns directory package path for code generation.
|
YangPluginConfig |
getPluginConfig()
Returns plugin configurations.
|
void |
setBaseCodeGenPath(String path)
Sets base directory package path for code generation.
|
void |
setGeneratedFileTypes(int fileTypes)
Sets the types of files being generated corresponding to the YANG
definition.
|
void |
setPackageFilePath(String path)
Sets directory package path for code generation.
|
void |
setPluginConfig(YangPluginConfig pluginConfig)
Sets plugin configurations.
|
getJavaName, getPackage, setJavaName, setPackagepublic int getGeneratedFileTypes()
public void setGeneratedFileTypes(int fileTypes)
fileTypes - the types of files being generated corresponding to the
YANG definitionpublic void addGeneratedFileTypes(int fileTypes)
fileTypes - the types of files being generated corresponding to the
YANG definitionpublic void setPackageFilePath(String path)
path - directory package path for code generationpublic String getPackageFilePath()
public String getBaseCodeGenPath()
public void setBaseCodeGenPath(String path)
path - base directory pathpublic YangPluginConfig getPluginConfig()
public void setPluginConfig(YangPluginConfig pluginConfig)
pluginConfig - the pluginConfig to setCopyright © 2016. All rights reserved.