org.hudsonci.plugins.jna
Class PosixAPI

java.lang.Object
  extended by org.hudsonci.plugins.jna.PosixAPI

public class PosixAPI
extends Object

POSIX API wrapper.

Author:
Kohsuke Kawaguchi

Constructor Summary
PosixAPI()
           
 
Method Summary
static org.jruby.ext.posix.POSIX get()
           
 boolean isNative()
          Determine if the jna-posix library could not provide native support, and used a fallback java implementation which does not support many operations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PosixAPI

public PosixAPI()
Method Detail

get

public static org.jruby.ext.posix.POSIX get()

isNative

public boolean isNative()
Determine if the jna-posix library could not provide native support, and used a fallback java implementation which does not support many operations.



Copyright © 2004-2012 Hudson. All Rights Reserved.