| Package | Description |
|---|---|
| com.microfocus.awm.core |
Contains central helper classes (like TaurusUtility) and
basic implementations of AWM interfaces.
|
| 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 |
|---|---|
ISavableResource |
FileSavableResourceMap.get(org.eclipse.core.resources.IFile pFile)
Returns the
ISavableResource for a file, if it was stored before
by FileSavableResourceMap.put(IFile, ISavableResource) or null. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<org.eclipse.core.resources.IFile,ISavableResource> |
FileSavableResourceMap.getMemberMap()
Get the the map of saved members with the corresponding
ISavableResource |
| Modifier and Type | Method and Description |
|---|---|
void |
FileSavableResourceMap.put(org.eclipse.core.resources.IFile pFile,
ISavableResource pRes)
Puts a file and its corresponding
ISavableResource into the map. |
| Modifier and Type | Class and Description |
|---|---|
class |
MvsDataset
Representation of a MVS data set.
|
class |
MvsDatasetMember
Represents a MVS data set member.
|
class |
MvsResource
Superclass of all resources of an MVS system.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ZExplorerEditUtilities.runEditPostProcess(ISavableResource pRes,
org.eclipse.core.resources.IFile pFile,
boolean isResLock,
org.eclipse.core.runtime.IProgressMonitor pMon)
run after edit process (unlock and delete resource)
|
static void |
VisibleCommandSender.unlock(ISavableResource pRes) |
Copyright © 2015 Micro Focus GmbH. All rights reserved.