| Package | Description |
|---|---|
| com.microfocus.awm.core |
Contains central helper classes (like TaurusUtility) and
basic implementations of AWM interfaces.
|
| com.microfocus.awm.model |
Contains interfaces which provide access to AWM managed
resources at run-time like AWM applications, elements, element lists,
filters, file descriptors, actions, tools, properties and the master
configuration, and so on.
|
| com.microfocus.awm.model.internal |
Internal implementations of AWM interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
IErrorFeedbackEntry |
TaurusFactory.createErrorFeedbackEntry()
Creates a new empty error feedback entry.
|
IErrorFeedbackEntry |
TaurusFactory.createErrorFeedbackEntry(java.lang.String pFileName,
java.lang.String pMsgText,
java.lang.String pMsgNUMBER,
java.lang.String pMsgLine,
IElement pResource)
Creates an error feedback entry.
|
IErrorFeedbackEntry |
TaurusFactory.createErrorFeedbackEntry(java.lang.String pFileName,
java.lang.String pMsgText,
java.lang.String pMsgNUMBER,
java.lang.String pMsgLine,
IElement pResource,
java.util.Map<java.lang.String,java.lang.String> pCustomFileAttributes,
java.util.Map<java.lang.String,java.lang.String> pCustomMessageAttributes)
Creates an error feedback entry.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IErrorFeedbackEntry> |
ErrorFeedbackEntryNotification.getErrorFeedbackEntries()
Gets the list of
ErrorFeedbackEntry of this notification type. |
| Constructor and Description |
|---|
ErrorFeedbackEntryNotification(ETaurusNotification pType,
java.util.List<IErrorFeedbackEntry> pEntries)
The constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IErrorFeedbackEntry> |
IErrorFeedbackFileContent.getErrorFeedbackEntires()
Returns a list of all error entries in the error feedback file.
|
java.util.List<IErrorFeedbackEntry> |
IErrorFeedbackEntryList.getErrorFeedbackEntryList()
Gets all error feedback entries that have been set in this directory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IErrorFeedbackEntryAction.run(IErrorFeedbackEntry pEntry,
org.eclipse.core.runtime.IProgressMonitor pMon)
Runs the custom action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IErrorFeedbackEntryList.addList(java.util.List<IErrorFeedbackEntry> pErrorFeedbackEntryList,
java.util.List<java.lang.String> pFiles)
Adds a list to the directory.
|
void |
IErrorFeedbackEntryList.removeList(java.util.List<IErrorFeedbackEntry> pErrorFeedbackEntries)
Removes a list from the directory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ErrorFeedbackEntry
Represents a compiler message including following information:
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IErrorFeedbackEntry> |
ErrorFeedbackEntryList.getErrorFeedbackEntryList()
give back all the entries which will be show on the error list table view
|
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorFeedbackEntryList.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 |
ErrorFeedbackEntryList.removeList(java.util.List<IErrorFeedbackEntry> pErrorFeedbackEntries) |
Copyright © 2015 Micro Focus GmbH. All rights reserved.