hudson.os
Class PosixAPI
java.lang.Object
hudson.os.PosixAPI
public class PosixAPI
- extends Object
POSIX API wrapper.
- Author:
- Kohsuke Kawaguchi
Method Summary |
static org.jruby.ext.posix.POSIX |
get()
|
boolean |
isNative()
Deprecated. as of 1.448
Use supportsNative() . |
static boolean |
supportsNative()
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()
- Deprecated. as of 1.448
Use
supportsNative()
.
supportsNative
public static boolean supportsNative()
- 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-2013. All Rights Reserved.