org.eclipse.core.runtime.internal.adaptor
Interface IPluginInfo
- All Known Implementing Classes:
- PluginParser.PluginInfo
public interface IPluginInfo
Interface used as an entry to the IPluginConverter
Internal class.
getLibraries
Map<String,List<String>> getLibraries()
getLibrariesName
String[] getLibrariesName()
getRequires
ArrayList<PluginParser.Prerequisite> getRequires()
getMasterId
String getMasterId()
getMasterVersion
String getMasterVersion()
getMasterMatch
String getMasterMatch()
getPluginClass
String getPluginClass()
getUniqueId
String getUniqueId()
getVersion
String getVersion()
isFragment
boolean isFragment()
getPackageFilters
Set<String> getPackageFilters()
getPluginName
String getPluginName()
getProviderName
String getProviderName()
isSingleton
boolean isSingleton()
hasExtensionExtensionPoints
boolean hasExtensionExtensionPoints()
validateForm
String validateForm()
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.