org.sonar.api.platform
Interface PluginMetadata


public interface PluginMetadata

Since:
2.8

Method Summary
 String getBasePlugin()
           
 List<File> getDeployedFiles()
           
 String getDescription()
           
 File getFile()
           
 String getHomepage()
           
 String getKey()
           
 String getLicense()
           
 String getMainClass()
           
 String getName()
           
 String getOrganization()
           
 String getOrganizationUrl()
           
 String getVersion()
           
 boolean isCore()
           
 boolean isUseChildFirstClassLoader()
           
 

Method Detail

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()

isCore

boolean isCore()


Copyright © 2009-2011 SonarSource. All Rights Reserved.