Uses of Package
org.sonar.api.resources

Packages that use org.sonar.api.resources
org.sonar.api.batch   
org.sonar.api.batch.events   
org.sonar.api.batch.maven   
org.sonar.api.checks   
org.sonar.api.database.model   
org.sonar.api.design   
org.sonar.api.measures   
org.sonar.api.resources   
org.sonar.api.rules   
org.sonar.api.violations   
org.sonar.batch   
org.sonar.batch.bootstrap   
org.sonar.batch.components   
org.sonar.batch.config   
org.sonar.batch.index   
org.sonar.batch.phases   
org.sonar.java.api   
org.sonar.java.ast   
org.sonar.java.ast.visitor   
org.sonar.plugins.checkstyle   
org.sonar.plugins.cobertura   
org.sonar.plugins.cobertura.api   
org.sonar.plugins.core.batch   
org.sonar.plugins.core.security   
org.sonar.plugins.core.sensors   
org.sonar.plugins.core.timemachine   
org.sonar.plugins.cpd   
org.sonar.plugins.cpd.decorators   
org.sonar.plugins.cpd.index   
org.sonar.plugins.dbcleaner.api   
org.sonar.plugins.dbcleaner.period   
org.sonar.plugins.dbcleaner.runner   
org.sonar.plugins.design.batch   
org.sonar.plugins.findbugs   
org.sonar.plugins.jacoco   
org.sonar.plugins.pmd   
org.sonar.plugins.squid   
org.sonar.plugins.squid.bridges   
org.sonar.plugins.squid.decorators   
org.sonar.plugins.surefire   
org.sonar.plugins.surefire.api   
org.sonar.server.startup   
org.sonar.server.ui   
 

Classes in org.sonar.api.resources used by org.sonar.api.batch
DuplicatedSourceException
           
JavaFile
          A class that represents a Java class.
JavaPackage
          A class that represents a Java package in Sonar
Language
          The extension point to define a new language
Project
          A class that manipulates Projects in the Sonar way.
ProjectFileSystem
           
ProjectLink
           
Resource
          The interface to implement to create a resource in Sonar
 

Classes in org.sonar.api.resources used by org.sonar.api.batch.events
Project
          A class that manipulates Projects in the Sonar way.
 

Classes in org.sonar.api.resources used by org.sonar.api.batch.maven
Project
          A class that manipulates Projects in the Sonar way.
 

Classes in org.sonar.api.resources used by org.sonar.api.checks
Resource
          The interface to implement to create a resource in Sonar
 

Classes in org.sonar.api.resources used by org.sonar.api.database.model
ProjectLink
           
Resource
          The interface to implement to create a resource in Sonar
 

Classes in org.sonar.api.resources used by org.sonar.api.design
Resource
          The interface to implement to create a resource in Sonar
 

Classes in org.sonar.api.resources used by org.sonar.api.measures
Resource
          The interface to implement to create a resource in Sonar
 

Classes in org.sonar.api.resources used by org.sonar.api.resources
AbstractLanguage
          Inherit this class to define a new language like PLSQL, PHP or C#
DefaultProjectFileSystem
          Deprecated. in 2.8. In fact this class should not be located in sonar-plugin-api and most of the methods were overridden by a component in sonar-batch.
Directory
           
File
          This class is an implementation of a resource of type FILE
InputFile
           
Java
          Java language implementation
JavaFile
          A class that represents a Java class.
JavaPackage
          A class that represents a Java package in Sonar
Language
          The extension point to define a new language
Languages
          A class to store the list of languages
Library
           
Method
           
Project
          A class that manipulates Projects in the Sonar way.
Project.AnalysisType
          Enumerates the type of possible analysis
ProjectFileSystem
           
ProjectLink
           
Resource
          The interface to implement to create a resource in Sonar
 

Classes in org.sonar.api.resources used by org.sonar.api.rules
Resource
          The interface to implement to create a resource in Sonar
 

Classes in org.sonar.api.resources used by org.sonar.api.violations
Resource
          The interface to implement to create a resource in Sonar
 

Classes in org.sonar.api.resources used by org.sonar.batch
DefaultProjectFileSystem
          Deprecated. in 2.8. In fact this class should not be located in sonar-plugin-api and most of the methods were overridden by a component in sonar-batch.
Languages
          A class to store the list of languages
Project
          A class that manipulates Projects in the Sonar way.
ProjectFileSystem
           
ProjectLink
           
Resource
          The interface to implement to create a resource in Sonar
 

Classes in org.sonar.api.resources used by org.sonar.batch.bootstrap
Project
          A class that manipulates Projects in the Sonar way.
 

Classes in org.sonar.api.resources used by org.sonar.batch.components
Project
          A class that manipulates Projects in the Sonar way.
Resource
          The interface to implement to create a resource in Sonar
 

Classes in org.sonar.api.resources used by org.sonar.batch.config
Project
          A class that manipulates Projects in the Sonar way.
 

Classes in org.sonar.api.resources used by org.sonar.batch.index
Project
          A class that manipulates Projects in the Sonar way.
ProjectLink
           
Resource
          The interface to implement to create a resource in Sonar
 

Classes in org.sonar.api.resources used by org.sonar.batch.phases
Project
          A class that manipulates Projects in the Sonar way.
 

Classes in org.sonar.api.resources used by org.sonar.java.api
Language
          The extension point to define a new language
Method
           
Project
          A class that manipulates Projects in the Sonar way.
Resource
          The interface to implement to create a resource in Sonar
 

Classes in org.sonar.api.resources used by org.sonar.java.ast
InputFile
           
 

Classes in org.sonar.api.resources used by org.sonar.java.ast.visitor
InputFile
           
 

Classes in org.sonar.api.resources used by org.sonar.plugins.checkstyle
Project
          A class that manipulates Projects in the Sonar way.
ProjectFileSystem
           
 

Classes in org.sonar.api.resources used by org.sonar.plugins.cobertura
Project
          A class that manipulates Projects in the Sonar way.
 

Classes in org.sonar.api.resources used by org.sonar.plugins.cobertura.api
Project
          A class that manipulates Projects in the Sonar way.
Resource
          The interface to implement to create a resource in Sonar
 

Classes in org.sonar.api.resources used by org.sonar.plugins.core.batch
Project
          A class that manipulates Projects in the Sonar way.
Resource
          The interface to implement to create a resource in Sonar
 

Classes in org.sonar.api.resources used by org.sonar.plugins.core.security
Project
          A class that manipulates Projects in the Sonar way.
Resource
          The interface to implement to create a resource in Sonar
 

Classes in org.sonar.api.resources used by org.sonar.plugins.core.sensors
Project
          A class that manipulates Projects in the Sonar way.
Resource
          The interface to implement to create a resource in Sonar
 

Classes in org.sonar.api.resources used by org.sonar.plugins.core.timemachine
Project
          A class that manipulates Projects in the Sonar way.
Resource
          The interface to implement to create a resource in Sonar
 

Classes in org.sonar.api.resources used by org.sonar.plugins.cpd
Language
          The extension point to define a new language
Project
          A class that manipulates Projects in the Sonar way.
Resource
          The interface to implement to create a resource in Sonar
 

Classes in org.sonar.api.resources used by org.sonar.plugins.cpd.decorators
Project
          A class that manipulates Projects in the Sonar way.
Resource
          The interface to implement to create a resource in Sonar
 

Classes in org.sonar.api.resources used by org.sonar.plugins.cpd.index
Project
          A class that manipulates Projects in the Sonar way.
Resource
          The interface to implement to create a resource in Sonar
 

Classes in org.sonar.api.resources used by org.sonar.plugins.dbcleaner.api
Project
          A class that manipulates Projects in the Sonar way.
 

Classes in org.sonar.api.resources used by org.sonar.plugins.dbcleaner.period
Project
          A class that manipulates Projects in the Sonar way.
 

Classes in org.sonar.api.resources used by org.sonar.plugins.dbcleaner.runner
Project
          A class that manipulates Projects in the Sonar way.
 

Classes in org.sonar.api.resources used by org.sonar.plugins.design.batch
Project
          A class that manipulates Projects in the Sonar way.
Resource
          The interface to implement to create a resource in Sonar
 

Classes in org.sonar.api.resources used by org.sonar.plugins.findbugs
Project
          A class that manipulates Projects in the Sonar way.
 

Classes in org.sonar.api.resources used by org.sonar.plugins.jacoco
JavaFile
          A class that represents a Java class.
Project
          A class that manipulates Projects in the Sonar way.
 

Classes in org.sonar.api.resources used by org.sonar.plugins.pmd
Project
          A class that manipulates Projects in the Sonar way.
 

Classes in org.sonar.api.resources used by org.sonar.plugins.squid
InputFile
           
Project
          A class that manipulates Projects in the Sonar way.
 

Classes in org.sonar.api.resources used by org.sonar.plugins.squid.bridges
Project
          A class that manipulates Projects in the Sonar way.
Resource
          The interface to implement to create a resource in Sonar
 

Classes in org.sonar.api.resources used by org.sonar.plugins.squid.decorators
Project
          A class that manipulates Projects in the Sonar way.
Resource
          The interface to implement to create a resource in Sonar
 

Classes in org.sonar.api.resources used by org.sonar.plugins.surefire
Project
          A class that manipulates Projects in the Sonar way.
 

Classes in org.sonar.api.resources used by org.sonar.plugins.surefire.api
Project
          A class that manipulates Projects in the Sonar way.
Resource
          The interface to implement to create a resource in Sonar
 

Classes in org.sonar.api.resources used by org.sonar.server.startup
Language
          The extension point to define a new language
 

Classes in org.sonar.api.resources used by org.sonar.server.ui
Language
          The extension point to define a new language
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.