toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.plugins.ide.eclipse.model
/
SourceFolder
Source
Folder
API
open
class
SourceFolder
:
AbstractClasspathEntry
(
source
)
SourceFolder.path contains only project relative path.
Members
Constructors
Source
Folder
Link copied to clipboard
API
constructor
(
node
:
Node
)
constructor
(
projectRelativePath
:
String
,
output
:
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"
dir
Link copied to clipboard
API
open
var
dir
:
File
excludes
Link copied to clipboard
API
open
var
excludes
:
List
<
String
>
includes
Link copied to clipboard
API
open
var
includes
:
List
<
String
>
name
Link copied to clipboard
API
open
var
name
:
String
output
Link copied to clipboard
API
open
var
output
:
String
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
Absolute
Path
Link copied to clipboard
API
open
fun
getAbsolutePath
(
)
:
String
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
trim
Link copied to clipboard
API
open
fun
trim
(
)
open
fun
trim
(
prefix
:
String
)
write
Entry
Attributes
Link copied to clipboard
API
open
fun
writeEntryAttributes
(
node
:
Node
)