aQute.bnd.classpath
Class BndContainer

java.lang.Object
  extended by aQute.bnd.classpath.BndContainer
All Implemented Interfaces:
org.eclipse.jdt.core.IClasspathContainer

public class BndContainer
extends Object
implements org.eclipse.jdt.core.IClasspathContainer


Field Summary
 
Fields inherited from interface org.eclipse.jdt.core.IClasspathContainer
K_APPLICATION, K_DEFAULT_SYSTEM, K_SYSTEM
 
Method Summary
 org.eclipse.jdt.core.IClasspathEntry[] getClasspathEntries()
          Get the classpath entries ...
 String getDescription()
           
 int getKind()
           
 Project getModel()
           
 org.eclipse.core.runtime.IPath getPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getClasspathEntries

public org.eclipse.jdt.core.IClasspathEntry[] getClasspathEntries()
Get the classpath entries ... seems to be called VERY often

Specified by:
getClasspathEntries in interface org.eclipse.jdt.core.IClasspathContainer

getDescription

public String getDescription()
Specified by:
getDescription in interface org.eclipse.jdt.core.IClasspathContainer

getKind

public int getKind()
Specified by:
getKind in interface org.eclipse.jdt.core.IClasspathContainer

getPath

public org.eclipse.core.runtime.IPath getPath()
Specified by:
getPath in interface org.eclipse.jdt.core.IClasspathContainer

getModel

public Project getModel()


Copyright © 2010 aQute SARL. All Rights Reserved.