toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.plugins.ide.eclipse.model
/
Container
Container
API
open
class
Container
:
AbstractClasspathEntry
(
source
)
A container classpath entry.
Members
Constructors
Container
Link copied to clipboard
API
constructor
(
node
:
Node
)
constructor
(
path
:
String
)
Properties
COMPONENT_DEPENDENCY_ATTRIBUTE
Link copied to clipboard
API
val
COMPONENT_DEPENDENCY_ATTRIBUTE
:
String
=
"org.eclipse.jst.component.dependency"
COMPONENT_NON_DEPENDENCY_ATTRIBUTE
Link copied to clipboard
API
val
COMPONENT_NON_DEPENDENCY_ATTRIBUTE
:
String
=
"org.eclipse.jst.component.nondependency"
Functions
append
Node
Link copied to clipboard
API
open
fun
appendNode
(
node
:
Node
)
equals
Link copied to clipboard
API
open
fun
equals
(
o
:
Any
)
:
Boolean
get
Access
Rules
Link copied to clipboard
API
open
fun
getAccessRules
(
)
:
Set
<
AccessRule
>
get
Entry
Attributes
Link copied to clipboard
API
open
fun
getEntryAttributes
(
)
:
Map
<
String
,
Any
>
get
Kind
Link copied to clipboard
API
open
fun
getKind
(
)
:
String
get
Native
Library
Location
Link copied to clipboard
API
open
fun
getNativeLibraryLocation
(
)
:
String
get
Path
Link copied to clipboard
API
open
fun
getPath
(
)
:
String
hash
Code
Link copied to clipboard
API
open
fun
hashCode
(
)
:
Int
is
Exported
Link copied to clipboard
API
open
fun
isExported
(
)
:
Boolean
set
Access
Rules
Link copied to clipboard
API
open
fun
setAccessRules
(
accessRules
:
Set
<
AccessRule
>
)
set
Exported
Link copied to clipboard
API
open
fun
setExported
(
exported
:
Boolean
)
set
Native
Library
Location
Link copied to clipboard
API
open
fun
setNativeLibraryLocation
(
location
:
String
)
set
Path
Link copied to clipboard
API
open
fun
setPath
(
path
:
String
)
to
String
Link copied to clipboard
API
open
fun
toString
(
)
:
String
write
Entry
Attributes
Link copied to clipboard
API
open
fun
writeEntryAttributes
(
node
:
Node
)