org.drools.eclipse.util
Class DroolsClasspathContainer

java.lang.Object
  extended by org.drools.eclipse.util.DroolsClasspathContainer
All Implemented Interfaces:
org.eclipse.jdt.core.IClasspathContainer

public class DroolsClasspathContainer
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
 
Constructor Summary
DroolsClasspathContainer(org.eclipse.jdt.core.IJavaProject project, org.eclipse.core.runtime.IPath path)
           
 
Method Summary
 org.eclipse.jdt.core.IClasspathEntry[] getClasspathEntries()
           
 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
 

Constructor Detail

DroolsClasspathContainer

public DroolsClasspathContainer(org.eclipse.jdt.core.IJavaProject project,
                                org.eclipse.core.runtime.IPath path)
Method Detail

getClasspathEntries

public org.eclipse.jdt.core.IClasspathEntry[] getClasspathEntries()
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


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.