|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.percederberg.mibble.Mib
An SNMP MIB container. This class contains all the information
from a MIB file, including all defined types and values. MIB files
are loaded through a MIB loader
.
Method Summary | |
boolean |
equals(java.lang.Object obj)
Compares this MIB to another object. |
java.util.Collection |
getAllSymbols()
Returns all symbols in this MIB. |
java.io.File |
getFile()
Returns the MIB file. |
MibLoader |
getLoader()
Returns the MIB loader used when loading this MIB. |
MibLoaderLog |
getLog()
Returns the loader log used when loading this MIB. |
java.lang.String |
getName()
Returns the MIB name. |
MibSymbol |
getSymbol(java.lang.String name)
Returns a symbol from this MIB. |
MibValueSymbol |
getSymbolByValue(MibValue value)
Returns a value symbol from this MIB. |
MibValueSymbol |
getSymbolByValue(java.lang.String value)
Returns a value symbol from this MIB. |
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the object to compare with
public java.lang.String getName()
public java.io.File getFile()
public MibLoader getLoader()
public MibLoaderLog getLog()
public java.util.Collection getAllSymbols()
public MibSymbol getSymbol(java.lang.String name)
getSymbol
in interface MibContext
name
- the symbol name
public MibValueSymbol getSymbolByValue(java.lang.String value)
value
- the symbol value
public MibValueSymbol getSymbolByValue(MibValue value)
value
- the symbol value
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |