public class LoadedExtensionInformation extends Object
| Constructor and Description |
|---|
LoadedExtensionInformation(org.mule.runtime.api.meta.model.ExtensionModel extensionModel,
org.mule.runtime.api.util.LazyValue<String> schema,
String minMuleVersion) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.mule.runtime.api.meta.model.ExtensionModel |
getExtensionModel() |
String |
getMinMuleVersion() |
org.mule.runtime.api.util.LazyValue<String> |
getSchema() |
int |
hashCode() |
public org.mule.runtime.api.meta.model.ExtensionModel getExtensionModel()
ExtensionModel associated to the extension that was loaded.public org.mule.runtime.api.util.LazyValue<String> getSchema()
LazyValue that calculates the schema when it gets called.public String getMinMuleVersion()
Copyright © 2024 MuleSoft, Inc.. All rights reserved.