| Package | Description |
|---|---|
| com.microfocus.awm.control |
Contains basic classes for executing AWM actions, like
the ActionExecutor.
|
| com.microfocus.awm.control.toolexecution.internal | |
| 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.toolexecution | |
| com.microfocus.awm.utility |
Internal helper classes.
|
| com.microfocus.zserver.zexplorer.model |
Interfaces for the z/Explorer model (MVS resources).
|
| com.microfocus.zserver.zexplorer.ui |
UI related classes including dialogs and helper classes e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ElementlistManager.fillElementList(IGetDataResponse pResp,
FileDescriptor pFD,
IElementList pElementList,
IExecutionContext pContext)
Finds the file output parameter from the given tool descriptor and
converts the physical element list into element list entries.
|
| Modifier and Type | Method and Description |
|---|---|
IGetDataResponse |
FileData.getRawContents() |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalFileGetDataResponse
IGetDataResponse for a File. |
class |
SimpleGetdataResponse
IGetDataResponse implementation which contains an input stream, a
settable write protection flag and local code page. |
| Modifier and Type | Method and Description |
|---|---|
IGetDataResponse |
LocalFileDescriptorReader.getContents(FileDescriptor pFileDescriptor,
IExecutionContext pContext) |
static IGetDataResponse |
TaurusUtility.readFile(FileDescriptor pFileDescr,
IExecutionContext pContext)
Transfers a remote file using an extension point eventually replacing
context or system variables (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
IGetDataResponse |
WorkspaceFileDescriptorReader.getContents(FileDescriptor pFileDescr,
IExecutionContext pContext) |
IGetDataResponse |
InputStreamFileDescriptorReader.getContents(FileDescriptor pFileDescriptor,
IExecutionContext pContext)
The content of the input stream is get with the code page "UTF-8"
|
| Modifier and Type | Method and Description |
|---|---|
IGetDataResponse |
IFileDescriptorReader.getContents(FileDescriptor pFileDescriptor,
IExecutionContext pContext)
Gets the contents of the target file.
|
IGetDataResponse |
IFileUtilities.getContents(ISystemImage pImg,
java.lang.String pFileName,
boolean pExclusive,
ERecallMethod pRecall,
org.eclipse.core.runtime.IProgressMonitor pMonitor)
Get contents of a mainframe data set.
|
| Modifier and Type | Method and Description |
|---|---|
IGetDataResponse |
IFileData.getRawContents()
Gets the raw, unparsed contents of the file descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
AWMInternalUtility.getDataResponseToString(IGetDataResponse pResponse)
Converts an
IGetDataResponse to a string by using a buffered
reader and getLocalCodePage() for encoding. |
| Modifier and Type | Method and Description |
|---|---|
IGetDataResponse |
MvsResource.getContents(org.eclipse.core.runtime.IProgressMonitor pMon) |
| Modifier and Type | Method and Description |
|---|---|
static IGetDataResponse |
VisibleCommandSender.getConents(ISystemImage pImg,
boolean pExclusive,
ERecallMethod pRecall,
java.lang.String pFileName) |
Copyright © 2015 Micro Focus GmbH. All rights reserved.