Uses of Interface
org.gridlab.gat.io.attributes.GroupPrincipal

Packages that use GroupPrincipal
org.gridlab.gat.io.attributes   
 

Uses of GroupPrincipal in org.gridlab.gat.io.attributes
 

Methods in org.gridlab.gat.io.attributes that return GroupPrincipal
 GroupPrincipal PosixFileAttributes.group()
          Returns the group owner of the file.
 

Methods in org.gridlab.gat.io.attributes with parameters of type GroupPrincipal
 void PosixFileAttributeView.setGroup(GroupPrincipal group)
          Updates the file group-owner.