public interface IPluginInfo
Internal class.
Modifier and Type | Method and Description |
---|---|
Map<String,List<String>> |
getLibraries() |
String[] |
getLibrariesName() |
String |
getMasterId() |
String |
getMasterMatch() |
String |
getMasterVersion() |
Set<String> |
getPackageFilters() |
String |
getPluginClass() |
String |
getPluginName() |
String |
getProviderName() |
ArrayList<PluginParser.Prerequisite> |
getRequires() |
String |
getUniqueId() |
String |
getVersion() |
boolean |
hasExtensionExtensionPoints() |
boolean |
isFragment() |
boolean |
isSingleton() |
String |
validateForm() |
String[] getLibrariesName()
ArrayList<PluginParser.Prerequisite> getRequires()
String getMasterId()
String getMasterVersion()
String getMasterMatch()
String getPluginClass()
String getUniqueId()
String getVersion()
boolean isFragment()
String getPluginName()
String getProviderName()
boolean isSingleton()
boolean hasExtensionExtensionPoints()
String validateForm()
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.