public class PluginDescriptor extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PLUGIN_PROPERTIES |
Constructor and Description |
---|
PluginDescriptor() |
Modifier and Type | Method and Description |
---|---|
ApplicationDescriptor |
getAppDescriptor() |
PluginClasspath |
getClasspath() |
Set<String> |
getLoaderOverride() |
String |
getName() |
void |
setAppDescriptor(ApplicationDescriptor appDescriptor) |
void |
setClasspath(PluginClasspath classpath) |
void |
setLoaderOverride(Set<String> loaderOverride) |
void |
setName(String name) |
public static final String PLUGIN_PROPERTIES
public ApplicationDescriptor getAppDescriptor()
public void setAppDescriptor(ApplicationDescriptor appDescriptor)
public String getName()
public void setName(String name)
public PluginClasspath getClasspath()
public void setClasspath(PluginClasspath classpath)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.