org.hudsonci.plugins.jna
Class PosixAPI
java.lang.Object
org.hudsonci.plugins.jna.PosixAPI
public class PosixAPI
- extends Object
POSIX API wrapper.
- Author:
- Kohsuke Kawaguchi
|
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 |
PosixAPI
public PosixAPI()
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.