gradle
8.2-milestone-1
Kotlin DSL
gradle
/
org.gradle.plugins.ide.eclipse.model
/
AccessRule
Access
Rule
open
class
AccessRule
Access rule associated to a classpath entry.
Members
Constructors
Access
Rule
Link copied to clipboard
constructor
(
kind
:
String
,
pattern
:
String
)
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Properties
kind
Link copied to clipboard
open
var
kind
:
String
pattern
Link copied to clipboard
open
var
pattern
:
String