public interface IPathEntryContainer
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Answers a readable description of this container
|
IPath |
getPath()
Answers the container path identifying this container.
|
IPathEntry[] |
getPathEntries()
Answers the set of path entries this container is mapping to.
|
IPathEntry[] getPathEntries()
The set of entries associated with a container may contain any of the following:
CDT_LIBRARY
) CDT_PROJECT
) CDT_MACRO
) CDT_INCLUDE
) IPathEntry
java.lang.String getDescription()
IPath getPath()
The container ID is also used to identify aClasspathContainerInitializer
registered on the extension point "org.eclipse.jdt.core.classpathContainerInitializer", which can
be invoked if needing to resolve the container before it is explicitly set.
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.