org.sonar.api.platform
Interface PluginMetadata
public interface PluginMetadata
- Since:
- 2.8
getFile
File getFile()
getDeployedFiles
List<File> getDeployedFiles()
getKey
String getKey()
getName
String getName()
getMainClass
String getMainClass()
getDescription
String getDescription()
getOrganization
String getOrganization()
getOrganizationUrl
String getOrganizationUrl()
getLicense
String getLicense()
getVersion
String getVersion()
getHomepage
String getHomepage()
isUseChildFirstClassLoader
boolean isUseChildFirstClassLoader()
getBasePlugin
String getBasePlugin()
getParent
String getParent()
getRequiredPlugins
List<String> getRequiredPlugins()
isCore
boolean isCore()
Copyright © 2009-2013 SonarSource. All Rights Reserved.