api / org.gradle.plugins.ide.eclipse.model / AccessRule

AccessRule

open class AccessRule

Access rule associated to a classpath entry.

Constructors

<init>

AccessRule(kind: String, pattern: String)

Functions

equals

open fun equals(other: Any?): Boolean

getKind

open fun getKind(): String

getPattern

open fun getPattern(): String

hashCode

open fun hashCode(): Int

setKind

open fun setKind(kind: String): Unit

setPattern

open fun setPattern(pattern: String): Unit

toString

open fun toString(): String