public class DefaultAppModuleInfo extends Object implements AppModuleInfo
| Constructor and Description |
|---|
DefaultAppModuleInfo(Class<?> m,
List<String> f)
Creates an instance of application module information.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getFeatureList()
Reference RFC 7895
Retrieves the list of YANG feature names from this module that are
supported by the server, regardless of whether they are
defined in the module or any included submodule.
|
Class<?> |
getModuleClass()
Returns the module class which will be required by YANG runtime to
obtain the class loader.
|
int |
hashCode() |
String |
toString() |
public Class<?> getModuleClass()
AppModuleInfogetModuleClass in interface AppModuleInfopublic List<String> getFeatureList()
AppModuleInfogetFeatureList in interface AppModuleInfoCopyright © 2017. All rights reserved.