| Package | Description |
|---|---|
| com.microfocus.awm.core |
Contains central helper classes (like TaurusUtility) and
basic implementations of AWM interfaces.
|
| com.microfocus.awm.meta.impl |
Implementations of AWM model access interfaces.
|
| com.microfocus.awm.meta.interfaces |
Provides access to the AWM modeled data like AWM
action descriptors, application options, element list structures,
element types, file descriptors, filter types, function packages,
global actions, icons, tool descriptors, and so on.
|
| com.microfocus.awm.meta.interfaces.validation |
Internal validation interfaces for objects of the AWM meta model.
|
| com.microfocus.awm.meta.util |
Helper and utility classes for the AWM meta model including model validation and conversion.
|
| 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 |
|---|---|
EResourceProcessingTypes |
ResourceOperation.getType() |
| Constructor and Description |
|---|
ResourceOperation(EResourceProcessingTypes pOperation)
Constructs a new simple ResourceOperation.
|
ResourceOperation(EResourceProcessingTypes pOperation,
java.lang.String pResName,
boolean pRefresh,
boolean pSelect)
Constructs a new ResourceOperation.
|
ResourceOperation(EResourceProcessingTypes pOperation,
java.lang.String pResName,
boolean pRefresh,
boolean pSelect,
java.util.Collection<IPropertyValue> pPropertyValues)
Constructs a new ResourceOperation.
|
ResourceOperation(EResourceProcessingTypes pOperation,
java.lang.String pResName,
boolean pRefresh,
boolean pSelect,
java.util.Map<Property,IPropertyValue> pPropsAndValues)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
EResourceProcessingTypes |
TaurusFactoryImpl.createEResourceProcessingTypesFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
EResourceProcessingTypes |
TaurusFactoryImpl.createEResourceProcessingTypesObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
EResourceProcessingTypes |
ToolDescriptorImpl.getResourceProcessing() |
| Modifier and Type | Method and Description |
|---|---|
void |
ToolDescriptorImpl.setResourceProcessing(EResourceProcessingTypes newResourceProcessing) |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<EResourceProcessingTypes> |
EResourceProcessingTypes.VALUES
A public read-only list of all the 'EResource Processing
Types' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static EResourceProcessingTypes |
EResourceProcessingTypes.get(int value)
Returns the 'EResource Processing Types' literal with the
specified integer value.
|
static EResourceProcessingTypes |
EResourceProcessingTypes.get(java.lang.String literal)
Returns the 'EResource Processing Types' literal with the
specified literal value.
|
static EResourceProcessingTypes |
EResourceProcessingTypes.getByName(java.lang.String name)
Returns the 'EResource Processing Types' literal with the
specified name.
|
EResourceProcessingTypes |
ToolDescriptor.getResourceProcessing()
Returns the value of the 'Resource Processing' attribute.
|
static EResourceProcessingTypes |
EResourceProcessingTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EResourceProcessingTypes[] |
EResourceProcessingTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ToolDescriptor.setResourceProcessing(EResourceProcessingTypes value)
Sets the value of the
'
Resource Processing' attribute. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ToolDescriptorValidator.validateResourceProcessing(EResourceProcessingTypes value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TaurusValidator.validateEResourceProcessingTypes(EResourceProcessingTypes eResourceProcessingTypes,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
boolean |
TaurusValidator.validateEResourceProcessingTypesObject(EResourceProcessingTypes eResourceProcessingTypesObject,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IResourceProcessor.supportsResourceOperation(EResourceProcessingTypes pRp)
Returns whether the given
EResourceProcessingTypes is supported
by this resource processor. |
| Modifier and Type | Method and Description |
|---|---|
EResourceProcessingTypes |
IResourceOperation.getType()
Gets the resource operation type.
|
Copyright © 2015 Micro Focus GmbH. All rights reserved.