org.hyperic.snmp
Class MIBTree
java.lang.Object
org.hyperic.snmp.MIBTree
public class MIBTree
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROP_MIBS_DIR
public static final String PROP_MIBS_DIR
- See Also:
- Constant Field Values
MIBTree
public MIBTree()
init
public void init()
getInstance
public static MIBTree getInstance()
setMibDir
public static void setMibDir(String dir)
toString
public static String toString(int[] oid)
getOID
public int[] getOID(String name)
parse
public boolean parse(JarFile jar)
throws IOException
- Throws:
IOException
parse
public boolean parse(JarFile jar,
String[] accept)
throws IOException
- Throws:
IOException
parse
public boolean parse(File file)
throws IOException
- Throws:
IOException
parse
public boolean parse(File file,
String[] accept)
throws IOException
- Throws:
IOException
parse
public boolean parse(URL url)
throws IOException
- Throws:
IOException
parse
public boolean parse(String name,
InputStream is)
throws IOException
- Throws:
IOException
parse
public boolean parse(InputStream is)
throws IOException
- Throws:
IOException
getLastLookupFailure
public String getLastLookupFailure()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2004-2010 Hyperic, Inc. support@hyperic.net, All Rights Reserved.