public interface IErrorFeedbackEntryList
IErrorFeedbackEntrys. Only one list of
error entries is managed by AWM (all visible in the Team Developer Error List
view.
The singleton instance can be acquired with
TaurusFactory.getErrorFeedbackEntryList().
Not intended to be implemented by clients.
| Modifier and Type | Method and Description |
|---|---|
void |
addList(java.util.List<IErrorFeedbackEntry> pErrorFeedbackEntryList,
java.util.List<java.lang.String> pFiles)
Adds a list to the directory.
|
void |
addObserver(java.util.Observer pObserver)
Adds an observer to the directory.
|
void |
clearList()
Clears any element list entries that have been set in this directory.
|
void |
deleteObserver(java.util.Observer pObserver)
Removes an observer.
|
java.util.List<java.lang.String> |
getEntryListColumms()
Gets the names of columns for displaying error feedback entries in a
table.
|
java.util.List<IErrorFeedbackEntry> |
getErrorFeedbackEntryList()
Gets all error feedback entries that have been set in this directory.
|
void |
loadErros()
Loads error feedback entries from cache.
|
void |
removeList(java.util.List<IErrorFeedbackEntry> pErrorFeedbackEntries)
Removes a list from the directory.
|
void |
saveErrors()
Saves the error feedback entries into cache.
|
void addList(java.util.List<IErrorFeedbackEntry> pErrorFeedbackEntryList, java.util.List<java.lang.String> pFiles)
pErrorFeedbackEntryList - the list to be addedpFiles - files that have been compiledvoid removeList(java.util.List<IErrorFeedbackEntry> pErrorFeedbackEntries)
pErrorFeedbackEntries - the list of entries to be removed.void clearList()
java.util.List<IErrorFeedbackEntry> getErrorFeedbackEntryList()
java.util.List<java.lang.String> getEntryListColumms()
void addObserver(java.util.Observer pObserver)
pObserver - the observer to be addedvoid loadErros()
throws TaurusCoreException
TaurusCoreException - if loading the cache fails.void saveErrors()
throws TaurusCoreException
TaurusCoreException - if loading the cache failsvoid deleteObserver(java.util.Observer pObserver)
pObserver - the observer to be removed.Copyright © 2015 Micro Focus GmbH. All rights reserved.