Permission.getName

Returns the name of this Permission. For example, in the case of a {@code java.io.FilePermission}, the name will be a pathname.

@return the name of this Permission.

class Permission
final @trusted nothrow
string
getName
()

Meta