public final class YangLinkerUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getValidIdentifier(String identifier,
YangConstructType yangConstruct)
Validates identifier and returns concatenated string if string contains plus symbol.
|
static void |
resolveGroupingInDefinationScope(YangReferenceResolver referenceResolver)
Add the unresolved data under the root leve grouping to be resolved, since it will be used in interfile uses.
|
static void |
updateFilePriority(Set<YangNode> yangNodeSet)
Updates the priority for all the input files.
|
public static String getValidIdentifier(String identifier, YangConstructType yangConstruct)
identifier - string from yang fileyangConstruct - yang construct for creating error message=public static void updateFilePriority(Set<YangNode> yangNodeSet)
yangNodeSet - set of YANG files infopublic static void resolveGroupingInDefinationScope(YangReferenceResolver referenceResolver)
referenceResolver - module / sub-moduleCopyright © 2016. All rights reserved.