Class ResolverInformation
java.lang.Object
org.mule.runtime.extension.api.property.ResolverInformation
Class which describes an Extension Metadata Resolver.
Gives information about the name of the resolver, as also if requires a connector or configuration to work.
- Since:
- 1.2.0
-
Method Summary
-
Method Details
-
getResolverName
- Returns:
- The name of the resolver
-
isRequiresConnection
public boolean isRequiresConnection()- Returns:
- boolean indicating if requires or not a connection to work
-
isRequiresConfiguration
public boolean isRequiresConfiguration()- Returns:
- boolean indicating if requires or not a configuration to work
-
equals
-
hashCode
public int hashCode()
-