Uses of Interface
org.sonar.api.platform.ServerFileSystem

Packages that use ServerFileSystem
org.sonar.plugins.checkstyle   
org.sonar.plugins.findbugs   
org.sonar.plugins.pmd   
org.sonar.server.platform   
 

Uses of ServerFileSystem in org.sonar.plugins.checkstyle
 

Constructors in org.sonar.plugins.checkstyle with parameters of type ServerFileSystem
CheckstyleRuleRepository(ServerFileSystem fileSystem, XMLRuleParser xmlRuleParser)
           
 

Uses of ServerFileSystem in org.sonar.plugins.findbugs
 

Constructors in org.sonar.plugins.findbugs with parameters of type ServerFileSystem
FindbugsRuleRepository(ServerFileSystem fileSystem, XMLRuleParser xmlRuleParser)
           
 

Uses of ServerFileSystem in org.sonar.plugins.pmd
 

Constructors in org.sonar.plugins.pmd with parameters of type ServerFileSystem
PmdRuleRepository(ServerFileSystem fileSystem, XMLRuleParser xmlRuleParser)
           
 

Uses of ServerFileSystem in org.sonar.server.platform
 

Classes in org.sonar.server.platform that implement ServerFileSystem
 class DefaultServerFileSystem
          Introspect the filesystem and the classloader to get extension files at startup.
 



Copyright © 2009-2011 SonarSource. All Rights Reserved.