public class PluginParser.PluginInfo extends Object implements IPluginInfo
| Constructor and Description |
|---|
PluginParser.PluginInfo() |
| 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 |
getRoot() |
String |
getUniqueId() |
String |
getVersion() |
boolean |
hasExtensionExtensionPoints() |
boolean |
isFragment() |
boolean |
isSingleton() |
String |
toString() |
String |
validateForm() |
public boolean isFragment()
isFragment in interface IPluginInfopublic Map<String,List<String>> getLibraries()
getLibraries in interface IPluginInfopublic ArrayList<PluginParser.Prerequisite> getRequires()
getRequires in interface IPluginInfopublic String getMasterId()
getMasterId in interface IPluginInfopublic String getMasterVersion()
getMasterVersion in interface IPluginInfopublic String getMasterMatch()
getMasterMatch in interface IPluginInfopublic String getPluginClass()
getPluginClass in interface IPluginInfopublic String getUniqueId()
getUniqueId in interface IPluginInfopublic String getVersion()
getVersion in interface IPluginInfopublic Set<String> getPackageFilters()
getPackageFilters in interface IPluginInfopublic String[] getLibrariesName()
getLibrariesName in interface IPluginInfopublic String getPluginName()
getPluginName in interface IPluginInfopublic String getProviderName()
getProviderName in interface IPluginInfopublic boolean isSingleton()
isSingleton in interface IPluginInfopublic boolean hasExtensionExtensionPoints()
hasExtensionExtensionPoints in interface IPluginInfopublic String getRoot()
public String validateForm()
validateForm in interface IPluginInfoCopyright © 2007–2016 The Apache Software Foundation. All rights reserved.