| Package | Description |
|---|---|
| com.microfocus.awm.control |
Contains basic classes for executing AWM actions, like
the ActionExecutor.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
EditUtilities.uploadFile(FileDescriptor pSource,
FileDescriptor pTarget,
IExecutionContext pContext,
EExistingResourceHandling pExistingResourceHandling,
org.eclipse.core.runtime.IProgressMonitor pMon)
Uploads the contents of a File Descriptor.
|
static void |
EditUtilities.uploadFile(java.util.List<FileDescriptor> pSources,
java.util.List<FileDescriptor> pTargets,
IExecutionContext pContext,
EExistingResourceHandling pExistingResourceHandling,
org.eclipse.core.runtime.IProgressMonitor pMon)
Uploads the contents of File Descriptors.
|
| Modifier and Type | Method and Description |
|---|---|
static EExistingResourceHandling |
EExistingResourceHandling.fromName(java.lang.String pName)
Gets an EExistingResourceHandling instance from its name.
|
static EExistingResourceHandling |
EExistingResourceHandling.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EExistingResourceHandling[] |
EExistingResourceHandling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015 Micro Focus GmbH. All rights reserved.