gradle-intellij-plugin
1.13.0
gradle-intellij-plugin
/
org.jetbrains.intellij.dependency
/
JpsIdeaDependency
Jps
Idea
Dependency
class
JpsIdeaDependency
(
val
version
:
String
,
val
buildNumber
:
String
,
val
classes
:
File
,
val
sources
:
File
?
,
val
withKotlin
:
Boolean
,
context
:
String
?
)
:
IdeaDependency
Constructors
Functions
Properties
Constructors
Jps
Idea
Dependency
Link copied to clipboard
fun
JpsIdeaDependency
(
version
:
String
,
buildNumber
:
String
,
classes
:
File
,
sources
:
File
?
,
withKotlin
:
Boolean
,
context
:
String
?
)
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
get
Fqn
Link copied to clipboard
fun
getFqn
(
)
:
String
get
Ivy
Repository
Directory
Link copied to clipboard
open
fun
getIvyRepositoryDirectory
(
)
:
File
?
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
Properties
build
Number
Link copied to clipboard
val
buildNumber
:
String
classes
Link copied to clipboard
val
classes
:
File
extra
Dependencies
Link copied to clipboard
val
extraDependencies
:
Collection
<
IdeaExtraDependency
>
jar
Files
Link copied to clipboard
val
jarFiles
:
Collection
<
File
>
name
Link copied to clipboard
val
name
:
String
plugins
Registry
Link copied to clipboard
val
pluginsRegistry
:
BuiltinPluginsRegistry
sources
Link copied to clipboard
val
sources
:
File
?
source
Zip
Files
Link copied to clipboard
val
sourceZipFiles
:
Collection
<
File
>
version
Link copied to clipboard
val
version
:
String
with
Kotlin
Link copied to clipboard
val
withKotlin
:
Boolean