Modifier and type | Property and description |
---|---|
org.osgi.framework.Bundle | bundle
Replies the bundle. |
org.eclipse.jdt.core.IClasspathEntry | classPathEntry
The class path entry for the bundle. |
org.eclipse.jdt.launching.IRuntimeClasspathEntry | runtimeClassPathEntry
The runtime class path entry for the bundle. |
Modifier and type | Action and description |
---|---|
org.osgi.framework.Bundle | getBundle
Replies the bundle. |
org.eclipse.jdt.core.IClasspathEntry | getClassPathEntry
The class path entry for the bundle. |
org.eclipse.jdt.launching.IRuntimeClasspathEntry | getRuntimeClassPathEntry
The runtime class path entry for the bundle. |
boolean | isFragment
Replies if the dependency is a fragment bundle. |
java.lang.String | toString |
val bundle : org.osgi.framework.Bundle
This property is an alias for the action: getBundle
val classPathEntry : org.eclipse.jdt.core.IClasspathEntry
This property is an alias for the action: getClassPathEntry
val runtimeClassPathEntry : org.eclipse.jdt.launching.IRuntimeClasspathEntry
This property is an alias for the action: getRuntimeClassPathEntry
def getBundle : org.osgi.framework.Bundle
def getClassPathEntry : org.eclipse.jdt.core.IClasspathEntry
def getRuntimeClassPathEntry : org.eclipse.jdt.launching.IRuntimeClasspathEntry
def isFragment : boolean
def toString : java.lang.String