public class ErrorFeedbackEntryList extends java.util.Observable implements IErrorFeedbackEntryList
| Constructor and Description |
|---|
ErrorFeedbackEntryList() |
| Modifier and Type | Method and Description |
|---|---|
void |
addList(java.util.List<IErrorFeedbackEntry> pErrorFeedbackEntries,
java.util.List<java.lang.String> pCompiledFiles)
add the entries (list of messages) from the actual compilation to the
existent list and notify the error list table view
|
void |
clearList()
Clears any element list entries that have been set in this directory.
|
java.util.List<java.lang.String> |
getEntryListColumms()
give back a list of columns to be show on the error list table view
|
java.util.List<IErrorFeedbackEntry> |
getErrorFeedbackEntryList()
give back all the entries which will be show on the error list table view
|
static ErrorFeedbackEntryList |
getInstance()
singleton method getInstance
|
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.
|
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObserversequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddObserver, deleteObserverpublic static ErrorFeedbackEntryList getInstance()
public void addList(java.util.List<IErrorFeedbackEntry> pErrorFeedbackEntries, java.util.List<java.lang.String> pCompiledFiles)
addList in interface IErrorFeedbackEntryListpErrorFeedbackEntries - the error feedback entries to be addedpCompiledFiles - files that have been compiledpublic void removeList(java.util.List<IErrorFeedbackEntry> pErrorFeedbackEntries)
IErrorFeedbackEntryListremoveList in interface IErrorFeedbackEntryListpErrorFeedbackEntries - the list of entries to be removed.public void clearList()
IErrorFeedbackEntryListclearList in interface IErrorFeedbackEntryListpublic java.util.List<IErrorFeedbackEntry> getErrorFeedbackEntryList()
getErrorFeedbackEntryList in interface IErrorFeedbackEntryListpublic java.util.List<java.lang.String> getEntryListColumms()
getEntryListColumms in interface IErrorFeedbackEntryListpublic void loadErros()
throws TaurusCoreException
IErrorFeedbackEntryListloadErros in interface IErrorFeedbackEntryListTaurusCoreException - if loading the cache fails.public void saveErrors()
throws TaurusCoreException
IErrorFeedbackEntryListsaveErrors in interface IErrorFeedbackEntryListTaurusCoreException - if loading the cache failsCopyright © 2015 Micro Focus GmbH. All rights reserved.