ch.hortis.sonar.service
Interface WebInterfaceService

All Known Implementing Classes:
WebInterfaceServiceImpl

public interface WebInterfaceService


Method Summary
 java.io.InputStream getRemoteFile(java.net.URL url)
           
 void getRemotePMDConfiguration(java.io.File target)
           
 java.lang.String getSonarMavenRepository()
           
 java.lang.String getVersion()
           
 boolean hasPmdRulesExtensions()
           
 boolean ping()
           
 void triggerMeasuresCalculations(java.lang.Integer snapshotId)
           
 

Method Detail

getRemotePMDConfiguration

void getRemotePMDConfiguration(java.io.File target)
                               throws java.io.IOException
Throws:
java.io.IOException

triggerMeasuresCalculations

void triggerMeasuresCalculations(java.lang.Integer snapshotId)
                                 throws java.io.IOException
Throws:
java.io.IOException

getRemoteFile

java.io.InputStream getRemoteFile(java.net.URL url)
                                  throws java.io.IOException
Throws:
java.io.IOException

getSonarMavenRepository

java.lang.String getSonarMavenRepository()

getVersion

java.lang.String getVersion()
                            throws java.io.IOException
Throws:
java.io.IOException

hasPmdRulesExtensions

boolean hasPmdRulesExtensions()
                              throws java.io.IOException
Throws:
java.io.IOException

ping

boolean ping()


Copyright © 2007-2008 hortis. All Rights Reserved.