org.jruby.ext.posix
Class FreeBSDPOSIX

java.lang.Object
  extended by org.jruby.ext.posix.BaseNativePOSIX
      extended by org.jruby.ext.posix.FreeBSDPOSIX
All Implemented Interfaces:
POSIX

public final class FreeBSDPOSIX
extends BaseNativePOSIX


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jruby.ext.posix.BaseNativePOSIX
BaseNativePOSIX.PointerConverter
 
Nested classes/interfaces inherited from interface org.jruby.ext.posix.POSIX
POSIX.ERRORS
 
Field Summary
static BaseNativePOSIX.PointerConverter PASSWD
           
 
Fields inherited from class org.jruby.ext.posix.BaseNativePOSIX
GROUP, handler, helper, libc, libraryName
 
Constructor Summary
FreeBSDPOSIX(String libraryName, LibC libc, POSIXHandler handler)
           
 
Method Summary
 FileStat allocateStat()
           
 
Methods inherited from class org.jruby.ext.posix.BaseNativePOSIX
chmod, chown, endgrent, endpwent, errno, errno, fork, fstat, getegid, geteuid, getfd, getgid, getgrent, getgrgid, getgrnam, getlogin, getpgid, getpgid, getpgrp, getpid, getppid, getpriority, getpwent, getpwnam, getpwuid, getuid, hasMethod, isatty, kill, lchmod, lchown, link, lstat, mkdir, readlink, setegid, seteuid, setgid, setgrent, setpgid, setpgrp, setpriority, setpwent, setsid, setuid, stat, symlink, umask, utimes, wait, waitpid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PASSWD

public static final BaseNativePOSIX.PointerConverter PASSWD
Constructor Detail

FreeBSDPOSIX

public FreeBSDPOSIX(String libraryName,
                    LibC libc,
                    POSIXHandler handler)
Method Detail

allocateStat

public FileStat allocateStat()
Specified by:
allocateStat in class BaseNativePOSIX


Copyright © 2011. All Rights Reserved.