IdeaSingleEntryLibraryDependency

"Single-Entry Module Library" as IDEA calls it. For example a single Jar file with sources Jar.

Since

1.0-milestone-5

Functions

Link copied to clipboard
abstract fun getExported(): Boolean
Link copied to clipboard
abstract fun getFile(): File
Returns the file for this dependency.
Link copied to clipboard
Link copied to clipboard
@Nullable
abstract fun getJavadoc(): File
Returns the Javadoc directory/archive for this dependency.
Link copied to clipboard
Link copied to clipboard
@Nullable
abstract fun getSource(): File
Returns the source directory/archive for this dependency.
Link copied to clipboard
abstract fun isExported(): Boolean