@NoImplement
public interface ImportedResource
| 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.
|
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 © 2022 MuleSoft, Inc.. All rights reserved.