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, getProject
IPathEntry[] getRawPathEntries() throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
void setRawPathEntries(IPathEntry[] entries) throws org.eclipse.core.runtime.CoreException
entries
- org.eclipse.core.runtime.CoreException
void addPathEntryStoreListener(IPathEntryStoreListener listener)
listener
- void removePathEntryStoreListener(IPathEntryStoreListener listener)
listener
- void close()
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.