| Package | Description |
|---|---|
| com.microfocus.awm.control.toolexecution | |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
static IPropertyData |
ToolUtility.createPropertyData(IObjectTable<java.lang.String> pValues,
FileDescriptor pFileDescriptor)
Same as
ToolUtility.createPropertyData(String[][], FileDescriptor) but with
the strings provided by an IObjectTable. |
static IPropertyData |
ToolUtility.createPropertyData(java.lang.String[][] pValues,
FileDescriptor pFileDescriptor)
Creates
IPropertyData from the IStructure of the given
FileDescriptor by creating one IPropertyElement for each
line (first dimension) and one property value for each String (second
dimension). |
| Modifier and Type | Method and Description |
|---|---|
IPropertyData |
FileData.getPropertyData() |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyData
An implementation of
IPropertyData |
| Modifier and Type | Method and Description |
|---|---|
static IPropertyData |
TaurusUtility.readStructuredContents(java.lang.String pStructuredContents,
FileDescriptor pStructuredFileDescriptor)
Parses structured contents based on a file descriptor structure.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
TaurusUtility.createStructuredContents(FileDescriptor pTargetStructure,
IPropertyData pPropData)
Creates a structured document from a file descriptor structure and
IPropertyData. |
| Modifier and Type | Method and Description |
|---|---|
IPropertyData |
TableStructure.readStructure(FileDescriptor pDescription,
java.lang.String pStructuredContents) |
IPropertyData |
JsonStructureType.readStructure(FileDescriptor pDescriptor,
java.lang.String pStructuredContents) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
TableStructure.createStructure(FileDescriptor pFileDescriptor,
IPropertyData pPropertyData) |
java.lang.String |
JsonStructureType.createStructure(FileDescriptor pFileDescriptor,
IPropertyData pPropertyData) |
| Modifier and Type | Method and Description |
|---|---|
IPropertyData |
IStructureType.readStructure(FileDescriptor pDescription,
java.lang.String pStructuredContents)
...
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
IStructureType.createStructure(FileDescriptor pFileDescriptor,
IPropertyData pStructureElements) |
| Modifier and Type | Method and Description |
|---|---|
IPropertyData |
IFileData.getPropertyData()
Returns the parsed contents of a structured file.
|
Copyright © 2015 Micro Focus GmbH. All rights reserved.