SourceForge.net Logo

org.netsnmp
Class Warnings

java.lang.Object
  |
  +--org.netsnmp.Warnings

public class Warnings
extends Object

A class to contain various warnings and messages. It is hoped that by encapsulating all such messages that data associated with the class will only be loaded when necessary, and that if they aren't needed they won't be contributing to the memory footprint.

Author:
Andrew E. Page aepage@users.sourceforge.net

Method Summary
static void loadNativeLibraryOrProvideWarning(String libName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

loadNativeLibraryOrProvideWarning

public static void loadNativeLibraryOrProvideWarning(String libName)

SourceForge.net Logo