| 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.localsystem |
Internal implementations for local AWM system types.
|
| 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.
|
| com.microfocus.zos.model |
General z/OS specific interfaces.
|
| com.microfocus.zserver.zexplorer |
Basic z/Explorer classes including Eclipse RSE implementations.
|
| 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 IAction |
ActionExecutor.executeAction(ISystemImage pImg,
IResource pRes,
ActionDescriptor pTauAction,
org.eclipse.core.runtime.IProgressMonitor pMon)
Deprecated.
Not thread safe and doesn't throw exceptions. Use any of the
create(...) methods to create an action executor instance and
then
ActionExecutor.execute(IProgressMonitor) instead. |
static IAction |
ActionExecutor.executeAction(ISystemImage pImg,
java.util.List<IResource> pResources,
ActionDescriptor pActDescr,
org.eclipse.core.runtime.IProgressMonitor pMon)
Deprecated.
Not thread safe and doesn't throw exceptions. Use any of the
create(...) methods to create an action executor instance and
then
ActionExecutor.execute(IProgressMonitor) instead. |
static void |
ElementlistManager.fillElementList(ISystemImage pImg,
java.io.InputStream pIS,
FileDescriptor pFD,
IElementList pElementList,
IExecutionContext pContext)
Deprecated.
used
ElementlistManager.fillElementList(IGetDataResponse, FileDescriptor, IElementList, IExecutionContext)
instead because the local code page
IGetDataResponse.getLocalCodePage() used to create
the input stream is needed to read it.) |
java.util.List<java.lang.String> |
OSCommandExecutor.readParmFile(ISystemImage pImg,
java.lang.String pParmFilePath,
org.eclipse.core.runtime.IProgressMonitor pMon) |
java.util.List<java.lang.String> |
AbstractTaurusToolExecutor.readParmFile(ISystemImage pImg,
java.lang.String pParmFilePath,
org.eclipse.core.runtime.IProgressMonitor pMon)
Deprecated.
|
| Constructor and Description |
|---|
ActionExecutor(ActionDescriptor pActDescr,
ISystemImage pImg,
IResource pRes)
Creates an ActionExecutor instance with a single
IResource as
context. |
ActionExecutor(ActionDescriptor pActDescr,
ISystemImage pImg,
java.util.List<IResource> pResources)
Creates an ActionExecutor instance with multiple
IResources as
context. |
MasterConfigurationParser(java.io.InputStream pMasterConfig,
int pMasterConfigFormat,
ISystemImage pImg)
Creates a new master configuration parser.
|
MasterConfigurationParser(java.lang.String[] pMasterConfig,
int pMasterConfigFormat,
ISystemImage pImg)
Creates a new master configuration parser.
|
MasterConfigurationParser(java.lang.String pMasterConfig,
int pMasterConfigFormat,
ISystemImage pImg)
Creates a new master configuration parser.
|
| Modifier and Type | Method and Description |
|---|---|
static ISystemImage |
TaurusSystemLoader.findImageWithWait(java.lang.String sysName,
java.lang.String remoteSystemName,
int pWaitTimeSeconds)
Finds the given remote system name and waits for the given amount of
seconds if the connection cannot be found.
|
| Modifier and Type | Method and Description |
|---|---|
static IElementListEntry |
ResourceOperationProcessor.insertNewElementEntry(java.lang.String pNewEleID,
IElementListEntry pReferenceEntry,
ElementType pNewEleType,
IElementList pElmList,
java.util.Collection<IPropertyValue> pProperties,
boolean pInsertChild,
ISystemImage pSystemImage)
Creates a new element list entry and adds it to the element list.
|
java.util.List<java.lang.String> |
IntegratedToolExecuter.readParmFile(ISystemImage pImg,
java.lang.String pParmFilePath,
org.eclipse.core.runtime.IProgressMonitor pMon)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalSystemImage
Implementation of the
ISystemImage for the local operating system. |
| Modifier and Type | Method and Description |
|---|---|
ISystemImage |
IRemoteSystemAssociation.getRemoteSystemImage()
Returns the associated remote system image (if there is one) or
null. |
ISystemImage |
TaurusSystemPersistableProxy.getSystemImage()
Gets the systems
ISystemImage |
ISystemImage |
AbstractTaurusSystem.getSystemImage() |
static ISystemImage |
HostConnectorFinder.getSystemImageFromSystemName(java.lang.String pRemoteSystemName)
First calls
HostConnectorFinder.getHostConnectorFromSystemName(String) to get a host
connector and then ISystemUtilities.getSystemFromName(String). |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
TaurusUtility.checkEnabledCondition(REnabledConditionBase pEnabledCond,
IResource[] pResources,
ISystemImage pImg)
|
IExecutionContext |
TaurusFactory.createExecutionContext(ISystemImage pTaurusSystem)
Creates a basic execution context.
|
IExecutionContext |
TaurusFactory.createExecutionContext(ISystemImage pSys,
ActionDescriptor pActionDescriptor)
Creates an execution context.
|
static IEnabledConditionEvaluationResult |
TaurusUtility.evaluateEnabledCondition(REnabledConditionBase pEnabledCond,
IResource[] pResources,
ISystemImage pImg)
Calls
TaurusUtility.evaluateEnabledCondition(REnabledConditionBase, int, IExecutionContext)
for every given resource. |
static java.lang.String |
TaurusModelUtilities.getElementID(ISystemImage pImg,
ElementType pEleType,
java.util.Collection<IPropertyValue> pTargetPropVals)
Generates an element ID.
|
static java.lang.String |
TaurusModelUtilities.getElementID(ISystemImage pImg,
ElementType pEleType,
java.util.Map<Property,IPropertyValue> pTargetPropVals)
Generates an element ID.
|
static java.lang.String |
TaurusModelUtilities.getElementID(ISystemImage pImg,
java.util.List<RToolInParameter> pParameters,
IExecutionContext pContext)
Creates an element ID from the given list of input parameters.
|
static java.lang.StringBuilder |
TaurusModelUtilities.getElementIDPrefix(ISystemImage pImg,
org.eclipse.emf.ecore.EObject pModelObject)
Gets the prefix of an element ID, which is:
|
java.io.InputStream |
MasterConfigurationProvider.getMasterConfiguration(ISystemImage pImg) |
static ITaurusJobUtilities |
JobUtility.searchForJobUtil(ISystemImage pImg)
Gets the TAURUS job utilities from the host connector or the top priority
found job utilities extension.
|
void |
IRemoteSystemAssociation.setRemoteSystemImage(ISystemImage pRemoteSystem)
Associates a remote system image and notifies observers.
|
| Constructor and Description |
|---|
AbstractTaurusSystem(ISystemImage pImg,
java.lang.String pSystemName,
java.lang.String pID)
Creates a new abstract AWM system and registers it in the
TaurusSystemDirectory. |
ConfiguredTaurusSystem(ISystemImage pImg,
TaurusSystemPersistableProxy pSystemEntry)
Creates a new abstract AWM system and registers it in the
TaurusSystemDirectory. |
TaurusSystemPersistableProxy(java.lang.String pSystemName,
ISystemImage pImage)
Creates a new
TaurusSystemPersistableProxy, not setting the
ISystemProvider ID. |
TaurusSystemPersistableProxy(java.lang.String pSystemName,
ISystemImage pImage,
java.lang.String pProviderID)
Creates a new
TaurusSystemPersistableProxy. |
| Modifier and Type | Method and Description |
|---|---|
ISystemImage |
LocalTaurusSystem.getLocalSystemImage()
Gets the local system image of this system-
|
ISystemImage |
LocalTaurusSystem.getRemoteSystemImage()
Returns the associated remote system image (if there is one) or
null. |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
LocalMasterConfigurationProvider.getMasterConfiguration(ISystemImage pImg) |
static MasterConfigurationParser |
LocalSystemProvider.getMasterConfigurationParser(ISystemImage pImg)
Gets the master configuration parser for the given system image.
|
void |
LocalTaurusSystem.setRemoteSystemImage(ISystemImage pRemoteSystem)
Associates a remote system image and notifies observers.
|
| Modifier and Type | Method and Description |
|---|---|
ISystemImage |
ISystemUtilities.getSystemFromName(java.lang.String pRemoteSystemName) |
ISystemImage |
ITaurusSystem.getSystemImage()
Gets the system image this AWM system belongs to.
|
ISystemImage |
IExecutionContext.getSystemImage()
Gets the
ISystemImage the context is connected with. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ISystemImage> |
ISystemUtilities.getActivezOSSystems()
Get all defined z/OS system within the IDz client, which are currently
connected to zOS.
|
java.util.List<ISystemImage> |
ISystemUtilities.getAllzOSSystems()
Get all defined z/OS system within the AWM client.
|
java.util.List<ISystemImage> |
ISystemProvider.getRemoteSystemImages()
Returns a list of remote system images, if the system provider supports
AWM systems which are created from remote system connections.
|
java.util.List<ISystemImage> |
AbstractLocalSystemProvider.getRemoteSystemImages() |
| Modifier and Type | Method and Description |
|---|---|
void |
IFileUtilities.createFile(ISystemImage pImg,
java.lang.String pFileName,
IFileAttributes<?,?> pFileAttributes,
org.eclipse.core.runtime.IProgressMonitor pMon)
Creates a new file on the remote system.
|
void |
IFileUtilities.deleteDataset(ISystemImage pImage,
java.lang.String pDatasetName,
org.eclipse.core.runtime.IProgressMonitor pMonitor)
Deprecated.
Use the general method
IFileUtilities.deleteFile(ISystemImage, String, IProgressMonitor)
instead. |
void |
IFileUtilities.deleteFile(ISystemImage pImage,
java.lang.String pFileName,
org.eclipse.core.runtime.IProgressMonitor pMonitor)
Deletes a file.
|
void |
ISystemUtilities.disconnectSystem(ISystemImage pZosSystem,
org.eclipse.core.runtime.IProgressMonitor pMon)
Disconnect a connected system.
|
IAction |
IVisibleActionExecutor.executeAction(ISystemImage pImg,
IExecutionContext pContext,
ActionDescriptor pTauAction)
For actions which are not executed on
IResources. |
IAction |
IVisibleActionExecutor.executeAction(ISystemImage pImg,
IResource pRes,
ActionDescriptor pTauAction)
Executes an action.
|
IRemoteFile[] |
IFileUtilities.getChildren(ISystemImage pImage,
java.lang.String pResourceName,
java.lang.String pFilter,
org.eclipse.core.runtime.IProgressMonitor pMon)
Gets children of a resource with the option to filter them.
|
java.util.List<java.io.InputStream> |
IFileUtilities.getContainerContents(ISystemImage pImg,
java.lang.String pContainerName,
org.eclipse.core.runtime.IProgressMonitor pMon)
Returns contents of every child from the given container.
|
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.
|
IFileAttributes<?,?> |
IFileUtilities.getFileAttributes(ISystemImage pImage,
java.lang.String pFileName,
org.eclipse.core.runtime.IProgressMonitor pMonitor)
Gets the attributes of a file.
|
java.io.InputStream |
ITaurusJobUtilities.getJobContents(ISystemImage pImg,
ITaurusJob pJob,
org.eclipse.core.runtime.IProgressMonitor pMon)
Deprecated.
|
java.lang.String |
ITaurusJobUtilities.getJobOutput(ISystemImage pImg,
ITaurusJob pJob,
org.eclipse.core.runtime.IProgressMonitor pMon)
Get the complete content of the given job.
|
java.io.InputStream |
ITaurusJobUtilities.getJobPartContents(ISystemImage pImg,
ITaurusJob pJob,
java.lang.String pPartID,
org.eclipse.core.runtime.IProgressMonitor pMon)
Deprecated.
|
java.lang.String |
ITaurusJobUtilities.getJobPartOutput(ISystemImage pImg,
ITaurusJob pJob,
java.lang.String pPartID,
org.eclipse.core.runtime.IProgressMonitor pMon)
Get the content of the job part with the given part id of the given job.
|
java.util.List<java.lang.String> |
ITaurusJobUtilities.getJobParts(ISystemImage pImg,
ITaurusJob pJob,
org.eclipse.core.runtime.IProgressMonitor pMon)
Get a list of the parts of the job with the given job id.
|
java.lang.String |
ITaurusJobUtilities.getJobReturnCode(ISystemImage pImg,
ITaurusJob pJob)
Get the return code of the job.
|
java.io.InputStream |
IMasterConfigurationProvider.getMasterConfiguration(ISystemImage pImg)
Method called by TAURUS if a master configuration is needed.
|
boolean |
ITaurusJobUtilities.hasJobFinished(ISystemImage pImg,
ITaurusJob pJob,
org.eclipse.core.runtime.IProgressMonitor pMon)
Obtains job information and returns whether the job has finished running.
|
void |
AbstractLinkedElementTypeIdentificator.initializeRestoredElement(IElement pElement,
ISystemImage pImage,
org.eclipse.core.runtime.IProgressMonitor pMon)
Initializes an
IElement that has been restored from cache, if any
initialization is needed. |
boolean |
ITaurusJobUtilities.isConnected(ISystemImage pImg)
Check if the associated job system is connected.
|
boolean |
IFileUtilities.isFileExisting(ISystemImage pImg,
java.lang.String pParmFilePath,
org.eclipse.core.runtime.IProgressMonitor pMon)
Verifies the existence of a file.
|
java.util.List<ITaurusJob> |
ITaurusJobUtilities.listAllJobs(ISystemImage pImg,
org.eclipse.core.runtime.IProgressMonitor pMon)
Retrieves all jobs from the implemented subsystem.
|
org.eclipse.core.resources.IFile |
ITaurusEditUtilities.openEditor(IExecutionContext pContext,
FileDescriptor pFD,
java.lang.String pSuffix,
ISystemImage pImg,
boolean pReadOnly,
int pLine,
org.eclipse.core.runtime.IProgressMonitor pMon)
Opens an editor for the given file descriptor.
|
org.eclipse.core.resources.IFile |
ITaurusEditUtilities.openEditor(IExecutionContext pContext,
FileDescriptor pFD,
java.lang.String pSuffix,
ISystemImage pImg,
boolean pReadOnly,
int pLine,
java.lang.String pEditorID,
org.eclipse.core.runtime.IProgressMonitor pMon)
Opens an editor for the given file descriptor.
|
void |
ITaurusJobUtilities.purgeJob(ISystemImage pImg,
java.lang.String pJobID,
org.eclipse.core.runtime.IProgressMonitor pMon)
Purges a job.
|
java.util.List<java.lang.String> |
IToolExecutor.readParmFile(ISystemImage pImg,
java.lang.String pParmFilePath,
org.eclipse.core.runtime.IProgressMonitor pMon)
Deprecated.
Converts the contents of a parameter file into a list of strings (lines).
|
boolean |
ITaurusJobUtilities.refreshJob(ISystemImage pImg,
ITaurusJob pJob,
org.eclipse.core.runtime.IProgressMonitor pMon)
Obtains job information from the mainframe and updates the given
ITaurusJob accordingly. |
void |
IFileUtilities.renameFile(ISystemImage pImage,
java.lang.String pOldName,
java.lang.String pNewName,
org.eclipse.core.runtime.IProgressMonitor pMonitor)
Renames a file.
|
IRemoteFile[] |
IFileUtilities.resolveFilter(ISystemImage pImage,
java.lang.String pFilter,
org.eclipse.core.runtime.IProgressMonitor pMon)
Returns all files matching the given filter pattern.
|
boolean |
ISystemUtilities.sendHostCommand(ISystemImage pSI,
java.lang.String pCommand,
org.eclipse.core.runtime.IProgressMonitor pMonitor)
Executes a command on the selected remote system.
|
void |
IFileUtilities.setContents(ISystemImage pImg,
java.lang.String pFileName,
java.io.InputStream pIS,
org.eclipse.core.runtime.IProgressMonitor pMonitor)
Writes data in a mainframe data set (sequential or member of PDS).
|
boolean |
ISystemUtilities.startDialogProcess(ISystemImage pSI,
java.lang.String pCommand,
ToolDescriptor pTool,
IExecutionContext pContext,
org.eclipse.core.runtime.IProgressMonitor pMonitor)
Starts an ISPF dialog application on the given remote system.
|
java.lang.String |
ITaurusJobUtilities.submitJob(ISystemImage pImg,
java.io.InputStream pIs,
org.eclipse.core.runtime.IProgressMonitor pMon)
Deprecated.
|
java.lang.String |
ITaurusJobUtilities.submitJob(ISystemImage pImg,
java.io.InputStream pIs,
ToolDescriptor pTool,
IExecutionContext pContext,
org.eclipse.core.runtime.IProgressMonitor pMon)
|
java.util.List<java.lang.String> |
ITaurusJobUtilities.submitJob(ISystemImage pImg,
java.lang.String pJcl,
org.eclipse.core.runtime.IProgressMonitor pMon)
Submits a Job from the given input stream.
|
java.util.List<java.lang.String> |
ITaurusJobUtilities.submitJob(ISystemImage pImg,
java.lang.String pJcl,
ToolDescriptor pTool,
IExecutionContext pContext,
org.eclipse.core.runtime.IProgressMonitor pMon)
Submits a job from the given input stream passing the current tool.
|
| Modifier and Type | Method and Description |
|---|---|
ISystemImage |
TaurusJob.getSystemImage() |
ISystemImage |
ExecutionContext.getSystemImage() |
| Modifier and Type | Method and Description |
|---|---|
static IEnabledConditionEvaluationResult |
EnabledConditionChecker.checkCondition(REnabledConditionBase pEnabledCond,
IResource[] pResources,
ISystemImage pImg)
Calls
EnabledConditionChecker.checkCondition(REnabledConditionBase, int, IExecutionContext)
for every given resource. |
| Constructor and Description |
|---|
ExecutionContext(ISystemImage pSys)
Constructor for a context without an action descriptor.
|
ExecutionContext(ISystemImage pSys,
ActionDescriptor pActionDescriptor)
Basic constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ISystemImage |
IJob.getSystemImage()
Gets the system image to which the job belongs.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
IJobFacility.cancelJob(ISystemImage pImg,
java.lang.String pJobId)
Deprecated.
Cancels a running job.
|
java.lang.String |
IJobFacility2.cancelJob(ISystemImage pImg,
java.lang.String pJobId,
org.eclipse.core.runtime.IProgressMonitor pMon)
Cancels a running job.
|
java.io.InputStream |
IJobFacility.getJobContents(ISystemImage pImg,
java.lang.String pJobId)
Deprecated.
Returns the output of a job.
|
java.lang.String |
IJobFacility2.getJobContents(ISystemImage pImg,
java.lang.String pJobId,
org.eclipse.core.runtime.IProgressMonitor pMon)
Returns the output of a job.
|
java.io.InputStream |
IJobFacility.getJobContents(ISystemImage pImg,
java.lang.String pJobId,
java.lang.String pDDName,
java.lang.String pJobPartDsn)
Deprecated.
Returns the output of a job part.
|
java.lang.String |
IJobFacility2.getJobContents(ISystemImage pImg,
java.lang.String pJobId,
java.lang.String pDDName,
java.lang.String pJobPartDsn,
org.eclipse.core.runtime.IProgressMonitor pMon)
Returns the output of a job part.
|
java.util.List<IJobPart> |
IJobFacility.getJobDDs(ISystemImage pImg,
IJob pJob)
Deprecated.
Obtains a list of
IJobParts for the given job ID. |
java.util.List<IJobPart> |
IJobFacility2.getJobDDs(ISystemImage pImg,
IJob pJob,
org.eclipse.core.runtime.IProgressMonitor pMon)
Obtains a list of
IJobParts for the given job ID. |
java.util.List<IJob> |
IJobFacility2.getJobs(ISystemImage pImg,
java.lang.String pJobNameFilter,
java.util.Map<java.lang.String,java.lang.String> pAdditionalFilters,
org.eclipse.core.runtime.IProgressMonitor pMon)
Returns all jobs that match the given filter criteria.
|
java.util.List<IJob> |
IJobFacility.getJobs(ISystemImage pImg,
java.lang.String pJobNameFilter,
java.lang.String pOwner)
Deprecated.
Returns all jobs that match the given filter criteria.
|
java.util.List<IJob> |
IJobFacility2.getJobsByJobID(ISystemImage pImg,
java.lang.String pJobIDFilter,
java.util.Map<java.lang.String,java.lang.String> pAdditionalFilters,
org.eclipse.core.runtime.IProgressMonitor pMon)
Returns all jobs that match the given filter criteria.
|
java.util.List<IJob> |
IJobFacility.getJobsByJobID(ISystemImage pImg,
java.lang.String pJobIDFilter,
java.lang.String pOwner)
Deprecated.
Returns all jobs that match the given filter criteria.
|
java.lang.String |
IJobFacility.purgeJob(ISystemImage pImg,
java.lang.String pJobId)
Deprecated.
Purges a job on the mainframe.
|
java.lang.String |
IJobFacility2.purgeJob(ISystemImage pImg,
java.lang.String pJobId,
org.eclipse.core.runtime.IProgressMonitor pMon)
Purges a job on the mainframe.
|
java.lang.String |
IJobFacility.submitJob(ISystemImage pImg,
java.io.InputStream pIs,
org.eclipse.core.runtime.IProgressMonitor pMon)
Deprecated.
Submits a Job from the given input stream.
|
java.util.List<java.lang.String> |
IJobFacility2.submitJob(ISystemImage pImg,
java.lang.String pJcl,
org.eclipse.core.runtime.IProgressMonitor pMon)
Submits a Job from the given input stream.
|
java.lang.String |
IJobFacility.submitJob(ISystemImage pImg,
java.lang.String pMember,
java.lang.String pDataset)
Deprecated.
Submits a job from a data set or member.
|
java.util.List<java.lang.String> |
IJobFacility2.submitJob(ISystemImage pImg,
java.lang.String pMember,
java.lang.String pDataset,
org.eclipse.core.runtime.IProgressMonitor pMon)
Submits a job from a data set or member.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ZExplorerConnectorService
Base Class for a z/OS connection.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
MVSUtility.deleteList(java.lang.String pDelListStr,
ISystemImage pSystemImage,
org.eclipse.core.runtime.IProgressMonitor pMonitor)
Deletes the given list of data sets on the remote system
|
| Modifier and Type | Method and Description |
|---|---|
ISystemImage |
MvsResource.getSystemImage() |
| Constructor and Description |
|---|
ZServerTaurusSystem(ISystemImage pImg,
TaurusSystemPersistableProxy pSystemEntry)
Creates a new z/Server AWM system.
|
ZServerTaurusSystemProxy(ISystemImage pImg)
Creates a new z/Server system proxy.
|
| Modifier and Type | Method and Description |
|---|---|
static ISystemImage |
ZExplorerEditUtilities.getRemoteSystem(org.eclipse.ui.IEditorPart pPart)
Attempts to get the remote system image from an editor part.
|
static ISystemImage |
ZExplorerEditUtilities.getRemoteSystem(org.eclipse.core.resources.IFile pFile)
Attempts to get the remote system image from a file which is potentially
opened in an editor.
|
ISystemImage |
ZExplorerEditorPart.getSystemImage()
Gets the system image that is associated to this
ZExplorerEditorPart, which is usually the one that was used to
open the editor. |
| Modifier and Type | Method and Description |
|---|---|
static IGetDataResponse |
VisibleCommandSender.getConents(ISystemImage pImg,
boolean pExclusive,
ERecallMethod pRecall,
java.lang.String pFileName) |
static org.eclipse.ui.IEditorPart |
ZExplorerEditUtilities.openInEditor(java.lang.String pDSN,
boolean pEdit,
ISystemImage pImg,
org.eclipse.core.runtime.IProgressMonitor pMon)
Opens an
IMvsResource in an editor. |
static org.eclipse.ui.IEditorPart |
ZExplorerEditUtilities.openInEditor(java.lang.String pFileName,
java.lang.String pExtension,
java.io.InputStream pIs,
ISystemImage pImg,
boolean pEdit)
Creates a local file resource of the given stream and opens it in an
editor (read-only).
|
static java.io.InputStream |
VisibleCommandSender.sendCommandToScheduler(ISystemImage pImg,
java.lang.String pParameter,
boolean pIncludeSchedulerTag) |
static void |
VisibleCommandSender.setContents(ISystemImage pImg,
java.lang.String pDsn,
java.io.InputStream pIs) |
| Constructor and Description |
|---|
ZExplorerEditorPart(org.eclipse.ui.IEditorPart pEditorPart,
boolean pIsBackgroundParsingTurnOff,
boolean pIsEplorerPart,
ISystemImage pSystemImage)
The constructor
|
ZExplorerEditorPart(org.eclipse.core.resources.IFile pFile,
boolean pIsBackgroundParsingTurnOff,
boolean pIsEplorerPart,
ISystemImage pSystemImage)
The constructor
|
ZExplorerEditorPart(IRemoteFile pRemoteFile,
org.eclipse.core.resources.IFile pFile,
boolean pIsBackgroundParsingTurnOff,
boolean pIsEplorerPart,
ISystemImage pSystemImage)
Constructor for z/Explorer parts where the
IRemoteFile is known. |
Copyright © 2015 Micro Focus GmbH. All rights reserved.