Interface MibParser
- 
- All Known Implementing Classes:
- JsmiMibParser
 
 public interface MibParserThe Interface MibParser.- Author:
- Alejandro Galue
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DatacollectionGroupgetDataCollection()Gets the data collection.EventsgetEvents(String ueibase)Gets the event list.StringgetFormattedErrors()Gets the formatted errors.StringgetMibName()Gets the MIB name.List<String>getMissingDependencies()Gets the missing dependencies.List<PrefabGraph>getPrefabGraphs()Gets the prefab graph templates.booleanparseMib(File mibFile)Parses the MIB.voidsetMibDirectory(File mibDirectory)Sets the MIB directory.
 
- 
- 
- 
Method Detail- 
setMibDirectoryvoid setMibDirectory(File mibDirectory) Sets the MIB directory.- Parameters:
- mibDirectory- the MIB directory
 
 - 
parseMibboolean parseMib(File mibFile) Parses the MIB.- Parameters:
- mibFile- the MIB file
- Returns:
- true, if successful
 
 - 
getFormattedErrorsString getFormattedErrors() Gets the formatted errors.- Returns:
- the formatted errors
 
 - 
getMissingDependenciesList<String> getMissingDependencies() Gets the missing dependencies.- Returns:
- the missing dependencies
 
 - 
getMibNameString getMibName() Gets the MIB name.- Returns:
- the MIB name.
 
 - 
getEventsEvents getEvents(String ueibase) Gets the event list.- Parameters:
- ueibase- the UEI base
- Returns:
- the event list
 
 - 
getDataCollectionDatacollectionGroup getDataCollection() Gets the data collection.- Returns:
- the data collection group
 
 - 
getPrefabGraphsList<PrefabGraph> getPrefabGraphs() Gets the prefab graph templates.- Returns:
- the prefab graph templates.
 
 
- 
 
-