Interface CustomEnvironmentConfigPluginManager
- All Known Implementing Classes:
CustomEnvironmentConfigPluginManagerImpl
@ExperimentalApi
public interface CustomEnvironmentConfigPluginManager
-
Method Summary
Modifier and TypeMethodDescriptiongetCustomEnvironmentConfigPlugin
(@NotNull String completeModuleKey) boolean
-
Method Details
-
getCustomEnvironmentConfigPlugins
@NotNull @NotNull List<CustomEnvironmentConfigPluginModuleDescriptor> getCustomEnvironmentConfigPlugins()- Returns:
- List of
CustomEnvironmentConfigPluginModuleDescriptor
, whichCustomEnvironmentConfigPlugin
modules are not null
-
getCustomEnvironmentConfigPlugin
@Nullable @Nullable CustomEnvironmentConfigPluginModuleDescriptor getCustomEnvironmentConfigPlugin(@NotNull @NotNull String completeModuleKey) -
isAnyPluginPresent
boolean isAnyPluginPresent()- Returns:
- true if any plugin of
CustomEnvironmentConfigPlugin
type is installed and enabled
-