@NoImplement
public interface ImportedResource
| Modifier and Type | Field and Description |
|---|---|
static String |
COULD_NOT_FIND_IMPORTED_RESOURCE |
static String |
COULD_NOT_RESOLVE_IMPORTED_RESOURCE |
| Modifier and Type | Method and Description |
|---|---|
ComponentMetadataAst |
getMetadata() |
String |
getRawResourceLocation()
This method WILL NOT resolve any property placeholders to the actual values if present.
|
Optional<String> |
getResolutionFailure() |
String |
getResourceLocation() |
void |
updatePropertiesResolver(UnaryOperator<String> propertiesResolver)
Updates the properties resolution callback.
|
static final String COULD_NOT_RESOLVE_IMPORTED_RESOURCE
static final String COULD_NOT_FIND_IMPORTED_RESOURCE
String getRawResourceLocation()
getResourceLocation() if
properties resolution is needed.String getResourceLocation()
ComponentMetadataAst getMetadata()
Optional<String> getResolutionFailure()
void updatePropertiesResolver(UnaryOperator<String> propertiesResolver)
propertiesResolver - The new property resolution callback.Copyright © 2023 MuleSoft, Inc.. All rights reserved.