org.eclipse.xtend.ide.buildpath
Class XtendClasspathContainer

java.lang.Object
  extended by org.eclipse.xtend.ide.buildpath.XtendClasspathContainer
All Implemented Interfaces:
org.eclipse.jdt.core.IClasspathContainer

public final class XtendClasspathContainer
extends java.lang.Object
implements org.eclipse.jdt.core.IClasspathContainer

Holds some

Author:
Dennis Huebner - Initial contribution and API

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

Field Detail

BUNDLE_IDS_TO_INCLUDE

public static final java.lang.String[] BUNDLE_IDS_TO_INCLUDE
Method Detail

getClasspathEntries

public org.eclipse.jdt.core.IClasspathEntry[] getClasspathEntries()

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

getDescription

public java.lang.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