public class PluginExtendedDeploymentProperties extends ExtendedDeploymentProperties
ClassLoaderModel for
plugins.defaults| Constructor and Description |
|---|
PluginExtendedDeploymentProperties(Properties deploymentProperties,
DeployableArtifactDescriptor deployableArtifactDescriptor)
Plugin extended deployment properties which also provides the
DeployableArtifactDescriptor where the plugin has
been declared as dependency. |
| Modifier and Type | Method and Description |
|---|---|
DeployableArtifactDescriptor |
getDeployableArtifactDescriptor() |
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuespublic PluginExtendedDeploymentProperties(Properties deploymentProperties, DeployableArtifactDescriptor deployableArtifactDescriptor)
DeployableArtifactDescriptor where the plugin has
been declared as dependency.deploymentProperties - the original properties passed from deployment service. Can be null.deployableArtifactDescriptor - the container in which the plugin is declared as dependency. Not null.public DeployableArtifactDescriptor getDeployableArtifactDescriptor()
DeployableArtifactDescriptor in which the plugin is declared as dependency.Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.