public interface MulePlugin
extends org.mule.runtime.api.lifecycle.Lifecycle
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDisabledOnEnvironment()
Indicates when a plugin is disabled in the current execution environment to avoid being started.
|
void |
setWorkingDirectory(File directory)
Sets working directory for the plugin
|
void setWorkingDirectory(File directory)
directory - working directory no shared with other plugins. Not Null.boolean isDisabledOnEnvironment()
Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.