Modifier and type | Property and description |
---|---|
java.util.Set<E> | bundleDependencies
Replies the list of the symbolic names of the bundle dependencies. |
org.eclipse.jdt.core.IClasspathEntry | classpathEntries |
protected java.util.Comparator<T> | classpathEntryComparator
Replies the classpath entry that must be used by this object. |
org.eclipse.core.runtime.IPath | path |
Modifier and type | Action and description |
---|---|
final java.util.Set<E> | getBundleDependencies
Replies the list of the symbolic names of the bundle dependencies. |
final org.eclipse.jdt.core.IClasspathEntry | getClasspathEntries |
protected java.util.Comparator<T> | getClasspathEntryComparator
Replies the classpath entry that must be used by this object. |
org.eclipse.core.runtime.IPath | getPath |
protected boolean | isModular
Replies if the associated project is module or not. |
void | reset
Reset the container. |
protected abstract void | updateBundleList(Set<E>)
Compute the entries of the container. |
protected abstract void | updateClasspathEntries(Set<E>)
Compute the list of classpath entries for the current container. |
val bundleDependencies : java.util.Set<E>
This property is an alias for the action: getBundleDependencies
val classpathEntries : org.eclipse.jdt.core.IClasspathEntry
This property is an alias for the action: getClasspathEntries
protected val classpathEntryComparator : java.util.Comparator<T>
This property is an alias for the action: getClasspathEntryComparator
val path : org.eclipse.core.runtime.IPath
This property is an alias for the action: getPath
new(IPath,IJavaProject,Comparator<T>)
def getBundleDependencies : java.util.Set<E>
def getClasspathEntries : org.eclipse.jdt.core.IClasspathEntry
protected def getClasspathEntryComparator : java.util.Comparator<T>
def getPath : org.eclipse.core.runtime.IPath
protected def isModular : boolean
def reset
protected def updateBundleList(Set<E>)
protected def updateClasspathEntries(Set<E>)