public interface IPathEntryStore extends ICExtension
| Modifier and Type | Method and Description |
|---|---|
void |
addPathEntryStoreListener(IPathEntryStoreListener listener)
Add a listener to the store.
|
void |
close() |
IPathEntry[] |
getRawPathEntries()
Returns the path entries save on the project.
|
void |
removePathEntryStoreListener(IPathEntryStoreListener listener)
Remove the listener form the list.
|
void |
setRawPathEntries(IPathEntry[] entries)
Save the entries on the project.
|
getConfigExtensionReference, getExtensionReference, getProjectIPathEntry[] getRawPathEntries() throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionvoid setRawPathEntries(IPathEntry[] entries) throws org.eclipse.core.runtime.CoreException
entries - org.eclipse.core.runtime.CoreExceptionvoid addPathEntryStoreListener(IPathEntryStoreListener listener)
listener - void removePathEntryStoreListener(IPathEntryStoreListener listener)
listener - void close()
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.