hudson.os
Class PosixAPI

java.lang.Object
  extended by hudson.os.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()
          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
 

Constructor Detail

PosixAPI

public PosixAPI()
Method Detail

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.