Class IRODSUsers.Group

java.lang.Object
org.irods.irods4j.high_level.administration.IRODSUsers.Group
All Implemented Interfaces:
Comparable<IRODSUsers.Group>
Enclosing class:
IRODSUsers

public static final class IRODSUsers.Group extends Object implements Comparable<IRODSUsers.Group>
A class designed to represent an iRODS group.
Since:
0.1.0
  • Field Details

  • Constructor Details

    • Group

      public Group()
      Initializes a IRODSUsers.Group without a name. It is the developer's responsibility to make sure objects constructed via this constructor are updated with non-null values before use.
      Since:
      0.1.0
    • Group

      public Group(String name)
      Initializes a IRODSUsers.Group with the target name.
      Parameters:
      name - The name of the group.
  • Method Details