AbstractLibrary

Common superclass for the library elements.

Inheritors

Constructors

Link copied to clipboard
constructor(node: Node, fileReferenceFactory: FileReferenceFactory)
constructor(library: FileReference)

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
@get:Nullable
open var moduleVersion: ModuleVersionIdentifier
Link copied to clipboard

Functions

Link copied to clipboard
open fun appendNode(node: Node)
Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract 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)