All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----app.authkit.test.AuthTest | +----app.authkit.test.TestLoader
Summary |
public class TestLoader extends app.authkit.test.AuthTest { // Constructors 1 public TestLoader(); // Methods 3 public static void main(String[]); public static void tellProperties(String[]); public static void tryLoading(LibLoader, String); }
TestLoader tests the LibLoader class, which MacOSXAuthorization uses to load its JNI library. Args are taken as JNI-lib names to be loaded. Success or failure is displayed.
Constructors |
· TestLoader | Summary | Top |
public TestLoader()
Default constructor
Methods |
· main | Summary | Top |
public static void main(String[] args)
Static entry point, when used as an application.
· tryLoading | Summary | Top |
public static void tryLoading(LibLoader loader, String libName)
Try loading the libName with the loader.
· tellProperties | Summary | Top |
public static void tellProperties(String[] propNames)
Tell the properties and values.
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7