com.moesol.bindings
Class FindInSameDirectoryUsingJarBaseName

java.lang.Object
  extended by com.moesol.bindings.FindInSameDirectory
      extended by com.moesol.bindings.FindInSameDirectoryUsingJarBaseName
All Implemented Interfaces:
NativeLibraryFinderStrategy

public class FindInSameDirectoryUsingJarBaseName
extends FindInSameDirectory


Constructor Summary
FindInSameDirectoryUsingJarBaseName()
           
 
Method Summary
protected  String templateGetMappedName(Class classInJar, String libraryName)
          Override to change the mapped name this class uses to search for the native library.
 
Methods inherited from class com.moesol.bindings.FindInSameDirectory
computeDirectoryForClass, computeJarFile, findAndLoad, getClassAsResourcePath, setClassAsResourcePath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindInSameDirectoryUsingJarBaseName

public FindInSameDirectoryUsingJarBaseName()
Method Detail

templateGetMappedName

protected String templateGetMappedName(Class classInJar,
                                       String libraryName)
Description copied from class: FindInSameDirectory
Override to change the mapped name this class uses to search for the native library.

Overrides:
templateGetMappedName in class FindInSameDirectory
Returns:
mapped name of library


Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.