org.jruby.ext.posix
Class POSIXFunctionMapper

java.lang.Object
  extended by org.jruby.ext.posix.POSIXFunctionMapper
All Implemented Interfaces:
com.sun.jna.FunctionMapper

public class POSIXFunctionMapper
extends java.lang.Object
implements com.sun.jna.FunctionMapper


Constructor Summary
POSIXFunctionMapper()
           
 
Method Summary
 java.lang.String getFunctionName(com.sun.jna.NativeLibrary library, java.lang.reflect.Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

POSIXFunctionMapper

public POSIXFunctionMapper()
Method Detail

getFunctionName

public java.lang.String getFunctionName(com.sun.jna.NativeLibrary library,
                                        java.lang.reflect.Method method)
Specified by:
getFunctionName in interface com.sun.jna.FunctionMapper