ProjectDependency

A classpath entry representing a project dependency.

Constructors

Link copied to clipboard
constructor(node: Node)
constructor(path: String)
Create a dependency on another Eclipse project.

Properties

Link copied to clipboard
val COMPONENT_DEPENDENCY_ATTRIBUTE: String = "org.eclipse.jst.component.dependency"
Link copied to clipboard
val COMPONENT_NON_DEPENDENCY_ATTRIBUTE: String = "org.eclipse.jst.component.nondependency"
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun appendNode(node: Node)
Link copied to clipboard
open fun buildDependencies(buildDependencies: Array<Any>)
Sets the tasks to be executed to build the file returned by getPublication
Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
Link copied to clipboard
Returns the tasks to be executed to build the file returned by getPublication This property doesn't have a direct effect to the Gradle Eclipse plugin's behaviour.
Link copied to clipboard
Link copied to clipboard
open fun getKind(): String
Link copied to clipboard
Link copied to clipboard
open fun getPath(): String
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun isExported(): Boolean
Link copied to clipboard
open fun setAccessRules(accessRules: Set<AccessRule>)
Link copied to clipboard
open fun setExported(exported: Boolean)
Link copied to clipboard
open fun setNativeLibraryLocation(location: String)
Link copied to clipboard
open fun setPath(path: String)
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun writeEntryAttributes(node: Node)