public class ServiceProperties extends PluginProperties
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_PROVIDER_CLASS_NAME |
ARTIFACT_EXPORT_CLASS_PACKAGES, ARTIFACT_EXPORT_RESOURCES, PLUGIN_BUNDLE, PLUGIN_DEPENDENCIES| Constructor and Description |
|---|
ServiceProperties(String provider,
List<String> exportedPackageNames,
List<String> exportedResources,
Set<String> pluginDependencies) |
ServiceProperties(String provider,
String exportedPackages,
String exportedResources,
String pluginDependencies,
String pluginBundle) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doWriteProperties(Properties properties) |
writeTopublic static final String SERVICE_PROVIDER_CLASS_NAME
public ServiceProperties(String provider, List<String> exportedPackageNames, List<String> exportedResources, Set<String> pluginDependencies)
protected void doWriteProperties(Properties properties)
doWriteProperties in class PluginPropertiesCopyright © 2017. All rights reserved.