public class MibbleBrowser
extends java.lang.Object
Constructor and Description |
---|
MibbleBrowser()
Creates a new browser application.
|
Modifier and Type | Method and Description |
---|---|
java.util.Properties |
getBuildInfo()
Returns the application build information.
|
void |
loadMib(java.lang.String src)
Loads MIB file or URL.
|
static void |
main(java.lang.String[] args)
The application main entry point.
|
void |
start(java.lang.String[] args)
Starts this application.
|
void |
unloadAllMibs()
Unloads all loaded MIB files.
|
void |
unloadMib(java.lang.String name)
Unloads a named MIB.
|
public static void main(java.lang.String[] args)
args
- the command-line parameterspublic void start(java.lang.String[] args)
args
- the command-line argumentspublic java.util.Properties getBuildInfo()
public void loadMib(java.lang.String src) throws java.io.IOException, MibLoaderException
src
- the MIB file or URLjava.io.IOException
- if the MIB file couldn't be found in the
MIB search pathMibLoaderException
- if the MIB file couldn't be loaded
correctlypublic void unloadMib(java.lang.String name)
name
- the MIB namepublic void unloadAllMibs()