Uses of Interface
jnr.posix.Group
-
Packages that use Group Package Description jnr.posix -
-
Uses of Group in jnr.posix
Classes in jnr.posix that implement Group Modifier and Type Class Description classDefaultNativeGroupThe default native group layout.classNativeGroupMethods in jnr.posix that return Group Modifier and Type Method Description GroupBaseNativePOSIX. getgrent()GroupPOSIX. getgrent()GroupWindowsPOSIX. getgrent()GroupBaseNativePOSIX. getgrgid(int which)GroupPOSIX. getgrgid(int which)GroupWindowsPOSIX. getgrgid(int which)GroupBaseNativePOSIX. getgrnam(String which)GroupPOSIX. getgrnam(String which)GroupWindowsPOSIX. getgrnam(String which)
-