Uses of Class
org.jruby.ext.posix.NativeGroup

Packages that use NativeGroup
org.jruby.ext.posix   
 

Uses of NativeGroup in org.jruby.ext.posix
 

Subclasses of NativeGroup in org.jruby.ext.posix
 class DefaultNativeGroup
          The default native group layout.
 

Methods in org.jruby.ext.posix that return NativeGroup
 NativeGroup LibC.getgrent()
           
 NativeGroup LibC.getgrgid(int which)
           
 NativeGroup LibC.getgrnam(CharSequence which)
           
 



Copyright © 2012. All Rights Reserved.