org.jbpm.eclipse.util
Class JBPMClasspathContainer

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

public class JBPMClasspathContainer
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
JBPMClasspathContainer(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

JBPMClasspathContainer

public JBPMClasspathContainer(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-2013 JBoss by Red Hat. All Rights Reserved.