| Package | Description |
|---|---|
| com.microfocus.awm.control |
Contains basic classes for executing AWM actions, like
the ActionExecutor.
|
| com.microfocus.awm.control.internal |
Internal implementations for action execution and data model manipulation.
|
| com.microfocus.awm.core |
Contains central helper classes (like TaurusUtility) and
basic implementations of AWM interfaces.
|
| com.microfocus.awm.core.internal |
Internal core classes.
|
| 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 |
|---|---|
static void |
ActionExecutor.handleActionExcecutionException(TaurusException pExpception,
ActionDescriptor pActDescr,
IExecutionContext pContext)
Handles how the given exception occurred during execution of the given
action descriptor should be processed.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
EditUtilities.doLocalSyntaxCheck(IElement pElement,
FileDescriptor pFd)
Perform the local syntax check to a local IFile in the internal TAURUS
project.
|
ActionExecutorResult |
ActionExecutor.execute(org.eclipse.core.runtime.IProgressMonitor pMon)
Executes the action.
|
IAction |
ActionExecutor.executeWithWait(org.eclipse.core.runtime.IProgressMonitor pMon)
Executes the action and waits for it to finish if its execution mode was
EActionExecutionMode.MODELESS. |
| Modifier and Type | Method and Description |
|---|---|
static void |
RemoteXMLOutputUtilities.performErrorFeedback(FileDescriptor pFileDescr,
IExecutionContext pContext)
write errors from the build action
|
static void |
RemoteXMLOutputUtilities.performRefreshDependencies(java.util.List<FileDescriptor> pFileDescr,
java.lang.String pLanguageCategory,
IExecutionContext pContext)
refresh the copybooks local
|
| Modifier and Type | Class and Description |
|---|---|
class |
TaurusCoreException
General exception for errors that occur in non-tool components of AWM.
|
class |
TaurusModelException
Exception type for errors occurring while parsing/interpreting AWM models.
|
class |
TaurusToolException
Exception during execution of an AWM tool.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
TaurusUtility.doLocalSyntaxCheck(IElement pElement,
org.eclipse.core.resources.IFile file)
Perform the local syntax check to a giving element.
|
static void |
TaurusUtility.downloadCopyBooks(IElement pElement,
FileDescriptor pFileDescr,
java.lang.String pLanguageCategory,
IExecutionContext pContext)
Download the copybooks from host.
|
static IErrorFeedbackFileContent |
TaurusUtility.parseErrorFeedbackFile(FileDescriptor pFileDescr,
IExecutionContext pContext)
Parses an error feedback XML file.
|
static boolean |
TaurusUtility.refreshRenamedLinkedElement(java.lang.String pOldResourceID,
java.lang.String pNewResourceID,
java.lang.String pNewName,
java.lang.String[] pLinkedElementTypeIDs,
boolean pRefreshElement,
org.eclipse.core.runtime.IProgressMonitor pMon)
Refreshes renamed linked elements in all AWM views.
|
void |
ApplicationAction.run()
Runs the application action.
|
| Modifier and Type | Method and Description |
|---|---|
IErrorFeedbackFileContent |
AWMErrorFeedbackParser.parseErrorFeedbackFile(FileDescriptor pFileDescr,
IExecutionContext pContext) |
| Modifier and Type | Method and Description |
|---|---|
IElementList |
ITaurusApplication.getChildren(boolean pRefresh,
org.eclipse.core.runtime.IProgressMonitor pMonitor)
Deprecated.
|
IElementList |
AbstractTaurusApplication.getChildren(boolean pRefresh,
org.eclipse.core.runtime.IProgressMonitor pMonitor)
Deprecated.
Used
AbstractTaurusApplication.getChildren(EGetChildrenMode,IProgressMonitor)
to have more information as result. |
GetChildrenResult |
ITaurusApplication.getChildren(EGetChildrenMode pType,
org.eclipse.core.runtime.IProgressMonitor pMonitor)
Fetch the children of the root container type sorted by the container
type's sort criterion from the remote system.
|
GetChildrenResult |
AbstractTaurusApplication.getChildren(EGetChildrenMode pType,
org.eclipse.core.runtime.IProgressMonitor pMonitor) |
IErrorFeedbackFileContent |
IErrorFeedbackParser.parseErrorFeedbackFile(FileDescriptor pFileDescr,
IExecutionContext pContext)
Converts the an error feedback XML file into
IErrorFeedbackFileContent. |
void |
IElement.refreshAllProperties(IExecutionContext pContext,
org.eclipse.core.runtime.IProgressMonitor pMon)
Executes the "GetAllProperties" action of the corresponding Element Type
to refresh the Properties of this IElement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Element.refreshAllProperties(IExecutionContext pContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
Copyright © 2015 Micro Focus GmbH. All rights reserved.