| Package | Description |
|---|---|
| com.microfocus.awm.core |
Contains central helper classes (like TaurusUtility) and
basic implementations of AWM interfaces.
|
| com.microfocus.awm.core.internal.util | |
| 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 IApplicationProperty |
TaurusModelUtilities.getApplicationProperty(ITaurusApplication pApplication,
Property pProperty)
Tries to get the application property for a specific
ITaurusApplication based on the given model Property. |
| Modifier and Type | Method and Description |
|---|---|
IApplicationProperty |
ApplicationPropertyFactory.createApplicationProperty(ITaurusApplication pApplication,
Property pProperty)
Creates an
IApplicationProperty. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<IApplicationProperty> |
ITaurusApplication.getApplicationProperties()
Returns an copy of the
Collection of
IApplicationPropertys. |
java.util.Collection<IApplicationProperty> |
AbstractTaurusApplication.getApplicationProperties() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ITaurusApplication.addApplicationProperty(IApplicationProperty pApplicationProperty)
Adds an
IApplicationProperty to the ITaurusApplication. |
boolean |
AbstractTaurusApplication.addApplicationProperty(IApplicationProperty pApplicationProperty) |
boolean |
ITaurusApplication.removeApplicationProperty(IApplicationProperty pApplicationProperty)
Removes an
IApplicationProperty from the
ITaurusApplication |
boolean |
AbstractTaurusApplication.removeApplicationProperty(IApplicationProperty pApplicationProperty) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInternalApplicationProperty
Abstract class for
MasterConfigurationPropertys and
ApplicationPropertys. |
class |
ApplicationProperty
An implementation of
IApplicationProperty. |
class |
MasterConfigurationProperty
An implementation of
IApplicationProperty. |
| Constructor and Description |
|---|
ApplicationPropertyValue(Property pProperty,
java.lang.String pValue,
EPropertyValueType pType,
IApplicationProperty pApplicationProperty) |
Copyright © 2015 Micro Focus GmbH. All rights reserved.