jnr.posix
Class DefaultNativeGroup

java.lang.Object
  extended by jnr.posix.NativeGroup
      extended by jnr.posix.DefaultNativeGroup
All Implemented Interfaces:
Group

public final class DefaultNativeGroup
extends NativeGroup
implements Group

The default native group layout.

This implementation should work on Solaris, Linux and MacOS.


Field Summary
 
Fields inherited from class jnr.posix.NativeGroup
runtime, structLayout
 
Method Summary
 long getGID()
           
 String[] getMembers()
           
 String getName()
           
 String getPassword()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public String getName()
Specified by:
getName in interface Group

getPassword

public String getPassword()
Specified by:
getPassword in interface Group

getGID

public long getGID()
Specified by:
getGID in interface Group

getMembers

public String[] getMembers()
Specified by:
getMembers in interface Group


Copyright © 2012. All Rights Reserved.