Module openj9.gpu
Package com.ibm.gpu

Class GPUPermission

    • Constructor Detail

      • GPUPermission

        public GPUPermission​(String name)
        Create a representation of the named permissions.
        Parameters:
        name - name of the permission
      • GPUPermission

        public GPUPermission​(String name,
                             String actions)
        Create a representation of the named permissions.
        Parameters:
        name - name of the permission
        actions - not used, must be null or an empty string
        Throws:
        IllegalArgumentException - if actions is not null or an empty string