Uses of Interface
org.jruby.ext.posix.Group

Packages that use Group
org.jruby.ext.posix   
 

Uses of Group in org.jruby.ext.posix
 

Classes in org.jruby.ext.posix that implement Group
 class DefaultNativeGroup
          The default native group layout.
 class NativeGroup
           
 

Methods in org.jruby.ext.posix that return Group
 Group POSIX.getgrent()
           
 Group POSIX.getgrgid(int which)
           
 Group POSIX.getgrnam(java.lang.String which)
           
 



Copyright © 2011. All Rights Reserved.