Module openj9.cuda
Package com.ibm.cuda

Class CudaPermission

    • Constructor Detail

      • CudaPermission

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

        public CudaPermission​(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