net.awired.visuwall.plugin.sonar
Class SonarPlugin

java.lang.Object
  extended by net.awired.visuwall.plugin.sonar.SonarPlugin
All Implemented Interfaces:
VisuwallPlugin<SonarConnection>

public class SonarPlugin
extends Object
implements VisuwallPlugin<SonarConnection>


Constructor Summary
SonarPlugin()
           
 
Method Summary
 SonarConnection getConnection(String url, Properties info)
           
 Class<SonarConnection> getConnectionClass()
           
 String getName()
           
 SoftwareId getSoftwareId(URL url)
           
 float getVersion()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SonarPlugin

public SonarPlugin()
Method Detail

getConnection

public SonarConnection getConnection(String url,
                                     Properties info)
                              throws ConnectionException
Specified by:
getConnection in interface VisuwallPlugin<SonarConnection>
Throws:
ConnectionException

getConnectionClass

public Class<SonarConnection> getConnectionClass()
Specified by:
getConnectionClass in interface VisuwallPlugin<SonarConnection>

getName

public String getName()
Specified by:
getName in interface VisuwallPlugin<SonarConnection>

getVersion

public float getVersion()
Specified by:
getVersion in interface VisuwallPlugin<SonarConnection>

getSoftwareId

public SoftwareId getSoftwareId(URL url)
                         throws IncompatibleSoftwareException
Specified by:
getSoftwareId in interface VisuwallPlugin<SonarConnection>
Throws:
IncompatibleSoftwareException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 Awired Network. All Rights Reserved.