@Deprecated public final class ArtifactPluginDescriptor extends ArtifactPluginDescriptor
EXTENSION_BUNDLE_TYPE, MULE_ARTIFACT_PATH_INSIDE_JAR, MULE_AUTO_GENERATED_ARTIFACT_PATH_INSIDE_JAR, MULE_PLUGIN_CLASSIFIER, MULE_PLUGIN_POMDEFAULT_DEPLOY_PROPERTIES_RESOURCE, MULE_POM, MULE_POM_PROPERTIES, PROPERTY_CONFIG_RESOURCES, PROPERTY_REDEPLOYMENT_ENABLEDMULE_ARTIFACT_FOLDER, MULE_ARTIFACT_JSON_DESCRIPTOR, MULE_ARTIFACT_JSON_DESCRIPTOR_LOCATION| Constructor and Description |
|---|
ArtifactPluginDescriptor(String name)
Deprecated.
Creates a new artifact plugin descriptor
|
ArtifactPluginDescriptor(String name,
Optional<Properties> deploymentProperties)
Deprecated.
Creates a new artifact plugin descriptor
|
| Modifier and Type | Method and Description |
|---|---|
void |
setExtensionModelDescriptorProperty(LoaderDescriber extensionModelLoaderDescriber)
Deprecated.
Takes a
LoaderDescriber that should contain the values used to properly initialize an ExtensionModel |
getExtensionModelDescriptorProperty, getLicenseModel, setExtensionModelDescriptorProperty, setLicenseModelgetArtifactLocation, getConfigResources, getDataFolderName, getDefaultConfigResources, getDescriptorFile, getLogConfigFile, getPlugins, isRedeploymentEnabled, setArtifactLocation, setConfigResources, setLogConfigFile, setPlugins, setRedeploymentEnabledgetBundleDescriptor, getClassLoaderConfiguration, getDeploymentProperties, getMinMuleVersion, getName, getRequiredProduct, getRootFolder, setBundleDescriptor, setClassLoaderConfiguration, setMinMuleVersion, setRequiredProduct, setRootFolder, toStringpublic ArtifactPluginDescriptor(String name)
name - artifact plugin name. Non empty.public ArtifactPluginDescriptor(String name, Optional<Properties> deploymentProperties)
name - artifact plugin name. Non empty.deploymentProperties - deployment properties provided for the pluginpublic void setExtensionModelDescriptorProperty(LoaderDescriber extensionModelLoaderDescriber)
LoaderDescriber that should contain the values used to properly initialize an ExtensionModelextensionModelLoaderDescriber - the LoaderDescriber with the valuesCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.