org.apache.tomcat.jni
Class LibraryLoader

java.lang.Object
  extended by org.apache.tomcat.jni.LibraryLoader

public final class LibraryLoader
extends java.lang.Object


Method Summary
static java.lang.String getDefaultLibraryPath()
           
static java.lang.String getDefaultMetaPath()
           
static java.lang.String getDefaultPlatformCpu()
           
static java.lang.String getDefaultPlatformName()
           
protected static void load(java.lang.String rootPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefaultPlatformName

public static java.lang.String getDefaultPlatformName()

getDefaultPlatformCpu

public static java.lang.String getDefaultPlatformCpu()

getDefaultLibraryPath

public static java.lang.String getDefaultLibraryPath()

getDefaultMetaPath

public static java.lang.String getDefaultMetaPath()

load

protected static void load(java.lang.String rootPath)
                    throws java.lang.SecurityException,
                           java.io.IOException,
                           java.lang.UnsatisfiedLinkError
Throws:
java.lang.SecurityException
java.io.IOException
java.lang.UnsatisfiedLinkError


Copyright © 2000-2009 Apache Software Foundation. All Rights Reserved.