|
Eclipse JDT Release 3.6 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.core.runtime.PlatformObject
org.eclipse.debug.core.sourcelookup.containers.AbstractSourceContainer
org.eclipse.debug.core.sourcelookup.containers.CompositeSourceContainer
org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer
public class ClasspathContainerSourceContainer
A source container for a classpath container.
This class may be instantiated.
| Field Summary | |
|---|---|
static String |
TYPE_ID
Unique identifier for Java project source container type (value org.eclipse.jdt.launching.sourceContainer.classpathContainer). |
| Fields inherited from class org.eclipse.debug.core.sourcelookup.containers.AbstractSourceContainer |
|---|
EMPTY |
| Constructor Summary | |
|---|---|
ClasspathContainerSourceContainer(org.eclipse.core.runtime.IPath containerPath)
Constructs a new source container for the given classpath container. |
|
| Method Summary | |
|---|---|
protected org.eclipse.debug.core.sourcelookup.ISourceContainer[] |
createSourceContainers()
|
boolean |
equals(Object obj)
|
IClasspathContainer |
getClasspathContainer()
Returns the associated container or null if unavailable. |
String |
getName()
|
org.eclipse.core.runtime.IPath |
getPath()
Returns the classpath container's path |
org.eclipse.debug.core.sourcelookup.ISourceContainerType |
getType()
|
int |
hashCode()
|
| Methods inherited from class org.eclipse.debug.core.sourcelookup.containers.CompositeSourceContainer |
|---|
dispose, findSourceElements, findSourceElements, getSourceContainers, isComposite |
| Methods inherited from class org.eclipse.debug.core.sourcelookup.containers.AbstractSourceContainer |
|---|
abort, getDirector, getSourceContainerType, init, isFindDuplicates, warn |
| Methods inherited from class org.eclipse.core.runtime.PlatformObject |
|---|
getAdapter |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Field Detail |
|---|
public static final String TYPE_ID
org.eclipse.jdt.launching.sourceContainer.classpathContainer).
| Constructor Detail |
|---|
public ClasspathContainerSourceContainer(org.eclipse.core.runtime.IPath containerPath)
containerPath - classpath container path| Method Detail |
|---|
public String getName()
public org.eclipse.debug.core.sourcelookup.ISourceContainerType getType()
protected org.eclipse.debug.core.sourcelookup.ISourceContainer[] createSourceContainers()
throws org.eclipse.core.runtime.CoreException
createSourceContainers in class org.eclipse.debug.core.sourcelookup.containers.CompositeSourceContainerorg.eclipse.core.runtime.CoreExceptionpublic org.eclipse.core.runtime.IPath getPath()
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
public IClasspathContainer getClasspathContainer()
throws org.eclipse.core.runtime.CoreException
null if unavailable.
null
org.eclipse.core.runtime.CoreException - if unable to retrieve container
|
Eclipse JDT Release 3.6 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2010 IBM Corporation and others. All rights reserved.