| 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.remote |
This package contains interfaces which provide access to a mainframe system
connection, file attribute and file data as well as code page information.
|
| com.microfocus.zserver.zexplorer.model |
Interfaces for the z/Explorer model (MVS resources).
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleFileAttributes
Basic implementation for
IFileAttributes storing keys and values as
keys. |
| Constructor and Description |
|---|
SimpleFileAttributes(IFileAttributes<java.lang.String,java.lang.String> pAttributes)
Constructor for a new file attributes copying all attributes from another
set.
|
| Modifier and Type | Method and Description |
|---|---|
IFileAttributes<?,?> |
IFileUtilities.getFileAttributes(ISystemImage pImage,
java.lang.String pFileName,
org.eclipse.core.runtime.IProgressMonitor pMonitor)
Gets the attributes of a file.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
IFileAttributes<?,?> |
IRemoteFile.getFileAttributes()
Returns the file's available attributes.
|
| Modifier and Type | Method and Description |
|---|---|
IFileAttributes<?,?> |
MvsDataset.getFileAttributes() |
Copyright © 2015 Micro Focus GmbH. All rights reserved.