| Package | Description |
|---|---|
| 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.internal |
Internal implementations of AWM interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static IXMLElement |
DefaultConfigurationReader.getDefaultConfigurations()
Gets the parsed default configurations (if available).
|
| Modifier and Type | Method and Description |
|---|---|
IXMLElement |
XMLElementCreationHandler.getRootElement()
Gets the parsed root element.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
XMLElementCreationHandler.toString(IXMLElement pElement)
For testing purposes only.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IXMLElement> |
IXMLElement.getChildren()
Gets the children elements.
|
java.util.List<IXMLElement> |
IXMLElement.getChildren(java.lang.String pName)
Gets a list of XML child elements with the given name (case sensitive).
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLElement
Implementation of
IXMLElement. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IXMLElement> |
XMLElement.getChildren() |
java.util.List<IXMLElement> |
XMLElement.getChildren(java.lang.String pName) |
Copyright © 2015 Micro Focus GmbH. All rights reserved.