|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.percederberg.mibble.MibbleBrowser
public class MibbleBrowser
A program for browsing MIB files in a GUI.
| Constructor Summary | |
|---|---|
MibbleBrowser()
Creates a new browser application. |
|
| Method Summary | |
|---|---|
void |
loadMib(java.lang.String src)
Loads MIB file or URL. |
static void |
main(java.lang.String[] args)
The application main entry point. |
void |
unloadMib(java.lang.String name)
Unloads a named MIB. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MibbleBrowser()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - the command-line parameters
public void loadMib(java.lang.String src)
throws java.io.IOException,
MibLoaderException
src - the MIB file or URL
java.io.IOException - if the MIB file couldn't be found in the
MIB search path
MibLoaderException - if the MIB file couldn't be loaded
correctlypublic void unloadMib(java.lang.String name)
name - the MIB name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||