public final class YangPluginConfig extends Object
| Constructor and Description |
|---|
YangPluginConfig()
Creates an object for YANG plugin config.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCodeGenDir()
Returns the code generation directory path.
|
String |
getCodeGenerateForSbi()
Returns the string for code generation.
|
YangToJavaNamingConflictUtil |
getConflictResolver()
Returns the object.
|
void |
setCodeGenDir(String codeGenDir)
Sets the path of the java code where it has to be generated.
|
void |
setCodeGenerateForSbi(String codeGenerateForSbi)
Sets the string sbi or nbi for code generation.
|
void |
setConflictResolver(YangToJavaNamingConflictUtil conflictResolver)
Sets the object.
|
public YangPluginConfig()
public String getCodeGenerateForSbi()
public void setCodeGenerateForSbi(String codeGenerateForSbi)
codeGenerateForSbi - generation is for sbipublic void setCodeGenDir(String codeGenDir)
codeGenDir - path of the directorypublic String getCodeGenDir()
public void setConflictResolver(YangToJavaNamingConflictUtil conflictResolver)
conflictResolver - object of the classpublic YangToJavaNamingConflictUtil getConflictResolver()
Copyright © 2016. All rights reserved.