Modifier and type | Property and description |
---|---|
org.eclipse.core.runtime.IPath | bundleBinaryPath
Replies the detected binary path for the bundle. |
java.lang.String | bundleSymbolicName
Replies the name of the bundle that depends on the current dependencies. |
org.osgi.framework.Version | bundleVersion
Replies the version of the bundle that is considered for computing the dependencies. |
java.lang.Iterable<T> | directClasspathEntries
Replies the classpath entries of the bundle dependencies (no transitivity). |
java.util.Set<E> | directDependencies
Replies the dependencies of the bundle. |
java.lang.Iterable<T> | directRuntimeClasspathEntries
Replies the runtime classpath entries of the bundle dependencies (no transitivity). |
java.lang.Iterable<T> | directSymbolicNames
Replies the symbolic names of the direct dependencies of the bundle (no transitivity). |
Modifier and type | Action and description |
---|---|
abstract org.eclipse.core.runtime.IPath | getBundleBinaryPath
Replies the detected binary path for the bundle. |
abstract java.lang.String | getBundleSymbolicName
Replies the name of the bundle that depends on the current dependencies. |
abstract org.osgi.framework.Version | getBundleVersion
Replies the version of the bundle that is considered for computing the dependencies. |
abstract java.lang.Iterable<T> | getDirectClasspathEntries
Replies the classpath entries of the bundle dependencies (no transitivity). |
abstract java.util.Set<E> | getDirectDependencies
Replies the dependencies of the bundle. |
abstract java.lang.Iterable<T> | getDirectRuntimeClasspathEntries
Replies the runtime classpath entries of the bundle dependencies (no transitivity). |
abstract java.lang.Iterable<T> | getDirectSymbolicNames
Replies the symbolic names of the direct dependencies of the bundle (no transitivity). |
abstract java.lang.Iterable<T> | getTransitiveClasspathEntries(boolean)
Replies the classpath entries of the bundle dependencies (transitivity). |
abstract java.lang.Iterable<T> | getTransitiveDependencies(boolean)
Replies the dependencies of the bundle (transitivity). |
abstract java.lang.Iterable<T> | getTransitiveRuntimeClasspathEntries(boolean)
Replies the runtime classpath entries of the bundle dependencies (transitivity). |
abstract java.lang.Iterable<T> | getTransitiveSymbolicNames(boolean)
Replies the symbolic names of the bundle dependencies (transitivity). |
val bundleBinaryPath : org.eclipse.core.runtime.IPath
This property is an alias for the action: getBundleBinaryPath
val bundleSymbolicName : java.lang.String
This property is an alias for the action: getBundleSymbolicName
val bundleVersion : org.osgi.framework.Version
This property is an alias for the action: getBundleVersion
val directClasspathEntries : java.lang.Iterable<T>
This property is an alias for the action: getDirectClasspathEntries
val directDependencies : java.util.Set<E>
This property is an alias for the action: getDirectDependencies
val directRuntimeClasspathEntries : java.lang.Iterable<T>
This property is an alias for the action: getDirectRuntimeClasspathEntries
val directSymbolicNames : java.lang.Iterable<T>
This property is an alias for the action: getDirectSymbolicNames
def getBundleBinaryPath : org.eclipse.core.runtime.IPath
def getBundleSymbolicName : java.lang.String
def getBundleVersion : org.osgi.framework.Version
def getDirectClasspathEntries : java.lang.Iterable<T>
def getDirectDependencies : java.util.Set<E>
def getDirectRuntimeClasspathEntries : java.lang.Iterable<T>
def getDirectSymbolicNames : java.lang.Iterable<T>
def getTransitiveClasspathEntries(boolean) : java.lang.Iterable<T>
def getTransitiveDependencies(boolean) : java.lang.Iterable<T>
def getTransitiveRuntimeClasspathEntries(boolean) : java.lang.Iterable<T>
def getTransitiveSymbolicNames(boolean) : java.lang.Iterable<T>