java.lang.Object
com.aoindustries.aoserv.daemon.posix.GroupFile.Entry
Enclosing class:
GroupFile

public static final class GroupFile.Entry extends Object
Represents one line of the /etc/group file on a POSIX server.
  • Constructor Details

    • Entry

      public Entry(Group.Name groupName, int gid, Set<User.Name> groupMembers)
      Constructs a group file entry given all the values.
  • Method Details