|
Eclipse JDT Release 3.7 |
|||||||||
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(IPath containerPath)
Constructs a new source container for the given classpath container. |
Method Summary | |
---|---|
protected ISourceContainer[] |
createSourceContainers()
|
boolean |
equals(Object obj)
|
IClasspathContainer |
getClasspathContainer()
Returns the associated container or null if unavailable. |
String |
getName()
|
IPath |
getPath()
Returns the classpath container's path |
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(IPath containerPath)
containerPath
- classpath container pathMethod Detail |
---|
public String getName()
public ISourceContainerType getType()
protected ISourceContainer[] createSourceContainers() throws CoreException
createSourceContainers
in class CompositeSourceContainer
CoreException
public IPath getPath()
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public IClasspathContainer getClasspathContainer() throws CoreException
null
if unavailable.
null
CoreException
- if unable to retrieve container
|
Eclipse JDT Release 3.7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2011 IBM Corporation and others. All rights reserved.