Class EclipseClasspath

java.lang.Object
aQute.bnd.osgi.eclipse.EclipseClasspath

public class EclipseClasspath extends Object
Parse the Eclipse project information for the classpath. Unfortunately, it is impossible to read the variables. They are ignored but that can cause problems. @version $Revision: 1.2 $
  • Field Details

  • Constructor Details

  • Method Details

    • getClasspath

      public Set<File> getClasspath()
    • getSourcepath

      public Set<File> getSourcepath()
    • getOutput

      public File getOutput()
    • getDependents

      public List<File> getDependents()
    • setRecurse

      public void setRecurse(boolean recurse)
    • getExports

      public Set<File> getExports()
    • setProperties

      public void setProperties(Map<String,String> map)
    • getBootclasspath

      public Set<File> getBootclasspath()
    • getAllSources

      public Set<File> getAllSources()