Class FeatureDescriptorComponent
- java.lang.Object
-
- org.mule.weave.extension.api.component.features.FeatureDescriptorComponent
-
- All Implemented Interfaces:
org.mule.dx.platform.api.component.ComponentLifecycle,WeaveComponent,LanguageServerLifecycle
public class FeatureDescriptorComponent extends java.lang.Object implements WeaveComponent
-
-
Constructor Summary
Constructors Constructor Description FeatureDescriptorComponent(Feature... features)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Feature>supportedFeatures()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.mule.weave.extension.api.lifecycle.LanguageServerLifecycle
initialize, initialized, shutdown
-
Methods inherited from interface org.mule.weave.extension.api.component.WeaveComponent
start, stop
-
-