A B C D F G H I L M N O P R S T U V

A

AbstractProjectProperties<MODEL> - Class in org.sonar.ide.shared
 
AbstractProjectProperties(MODEL) - Constructor for class org.sonar.ide.shared.AbstractProjectProperties
 
AbstractResourceUtils<MODEL> - Class in org.sonar.ide.shared
Java file: groupId:artifactId:packageName.fileNameWithoutExt org.example:myproject:[default].Bar org.example:myproject:org.example.mypackage.Foo File: groupId:artifactId:directoryPath/fileName org.example:myproject:[root]/bar.sql org.example:myproject:mydirectory/mysubdirectory/foo.sql
AbstractResourceUtils() - Constructor for class org.sonar.ide.shared.AbstractResourceUtils
 
addServer(String, String, String) - Method in class org.sonar.ide.shared.DefaultServerManager
 
addServer(Host) - Method in class org.sonar.ide.shared.DefaultServerManager
 
addServerSetListener(DefaultServerManager.IServerSetListener) - Method in class org.sonar.ide.shared.DefaultServerManager
 

B

BRANCH_COVERAGE_HITS_DATA_KEY - Static variable in class org.sonar.ide.shared.coverage.CoverageUtils
 

C

closeStream(Closeable) - Static method in class org.sonar.ide.shared.SonarProperties
Deprecated.  
ConsoleManager - Class in org.sonar.ide.ui
 
ConsoleManager() - Constructor for class org.sonar.ide.ui.ConsoleManager
 
convertLines(Collection<Duplication>, SourceCodeDiff) - Static method in class org.sonar.ide.shared.duplications.DuplicationUtils
 
convertLines(Collection<Violation>, SourceCodeDiff) - Static method in class org.sonar.ide.shared.violations.ViolationUtils
 
convertPriority(String) - Static method in class org.sonar.ide.shared.violations.ViolationUtils
Converts priority from string to integer.
COVERAGE_LINE_HITS_DATA_KEY - Static variable in class org.sonar.ide.shared.coverage.CoverageUtils
 
CoverageData - Class in org.sonar.ide.shared.coverage
 
CoverageData(Map<Integer, String>, Map<Integer, String>) - Constructor for class org.sonar.ide.shared.coverage.CoverageData
 
CoverageData.CoverageStatus - Enum in org.sonar.ide.shared.coverage
 
CoverageLine - Class in org.sonar.ide.shared.coverage
 
CoverageLine(Integer, String, String) - Constructor for class org.sonar.ide.shared.coverage.CoverageLine
 
CoverageUtils - Class in org.sonar.ide.shared.coverage
 
create() - Method in class org.sonar.ide.ui.ConsoleManager
 
createConnector(Host) - Static method in class org.sonar.ide.wsclient.HttpClient3ConnectorFactory
Workaround for SONAR-1715 and for SONAR-1586.
createServer(String) - Method in class org.sonar.ide.shared.DefaultServerManager
 

D

DEFAULT_PACKAGE_NAME - Static variable in class org.sonar.ide.shared.AbstractResourceUtils
Default package name for classes without package definition.
DefaultConsole - Class in org.sonar.ide.ui
Console that shows the output of sonar-ws-client requests in logging system.
DefaultConsole() - Constructor for class org.sonar.ide.ui.DefaultConsole
 
DefaultServerManager - Class in org.sonar.ide.shared
 
DefaultServerManager() - Constructor for class org.sonar.ide.shared.DefaultServerManager
 
DefaultServerManager(String) - Constructor for class org.sonar.ide.shared.DefaultServerManager
 
DefaultServerManager.IServerSetListener - Interface in org.sonar.ide.shared
 
diff(String[], String[]) - Method in interface org.sonar.ide.api.SourceCodeDiffEngine
 
diff(String, String) - Method in class org.sonar.ide.wsclient.SimpleSourceCodeDiffEngine
 
diff(String[], String[]) - Method in class org.sonar.ide.wsclient.SimpleSourceCodeDiffEngine
Duplication - Class in org.sonar.ide.shared.duplications
 
Duplication(int, int, int, String) - Constructor for class org.sonar.ide.shared.duplications.Duplication
 
DUPLICATIONS_DATA - Static variable in class org.sonar.ide.shared.duplications.DuplicationUtils
 
DuplicationUtils - Class in org.sonar.ide.shared.duplications
 

F

FILENAME - Static variable in class org.sonar.ide.shared.SonarProperties
Deprecated.  
find(Query<MODEL>) - Method in class org.sonar.ide.client.SonarClient
Deprecated.  
find(String) - Static method in class org.sonar.ide.shared.AbstractProjectProperties
 
findAll(Query<MODEL>) - Method in class org.sonar.ide.client.SonarClient
Deprecated.  
findServer(String) - Method in class org.sonar.ide.shared.DefaultServerManager
 

G

getArtifactId() - Method in class org.sonar.ide.shared.AbstractProjectProperties
 
getBranch() - Method in class org.sonar.ide.shared.AbstractProjectProperties
 
getBranchHits() - Method in class org.sonar.ide.shared.coverage.CoverageLine
 
getBranchHitsByLine(int) - Method in class org.sonar.ide.shared.coverage.CoverageData
 
getChildren() - Method in interface org.sonar.ide.api.SourceCode
 
getColor(Violation) - Static method in class org.sonar.ide.ui.IconsUtils
Returns color for specified violation.
getComponentKey(MODEL) - Method in class org.sonar.ide.shared.AbstractResourceUtils
Returns component key for specified file.
getComponents(String, String) - Static method in class org.sonar.ide.shared.SonarUrlUtils
 
getConsole() - Static method in class org.sonar.ide.ui.ConsoleManager
 
getCoverage() - Method in interface org.sonar.ide.api.Measurable
 
getCoverageLines() - Method in class org.sonar.ide.shared.coverage.CoverageData
For eclipse.
getCoverageStatus(int) - Method in class org.sonar.ide.shared.coverage.CoverageData
 
getDashboard(String, String) - Static method in class org.sonar.ide.shared.SonarUrlUtils
 
getDefaultPath() - Static method in class org.sonar.ide.shared.SonarProperties
Deprecated.  
getDescription(Duplication) - Static method in class org.sonar.ide.shared.duplications.DuplicationUtils
 
getDescription(Violation) - Static method in class org.sonar.ide.shared.violations.ViolationUtils
 
getDirectoryPath(MODEL) - Method in class org.sonar.ide.shared.AbstractResourceUtils
Returns directory path for specified file.
getDuplications() - Method in interface org.sonar.ide.api.Measurable
 
getFileKey(MODEL) - Method in class org.sonar.ide.shared.AbstractResourceUtils
Returns file key for specified file.
getFileName(MODEL) - Method in class org.sonar.ide.shared.AbstractResourceUtils
Returns name for specified file.
getGroupId() - Method in class org.sonar.ide.shared.AbstractProjectProperties
 
getHits() - Method in class org.sonar.ide.shared.coverage.CoverageLine
 
getHitsByLine(int) - Method in class org.sonar.ide.shared.coverage.CoverageData
 
getIconPath(Violation) - Static method in class org.sonar.ide.ui.IconsUtils
Returns icon for specified violation.
getInstance() - Static method in class org.sonar.ide.wsclient.SimpleSourceCodeDiffEngine
 
getKey() - Method in interface org.sonar.ide.api.SourceCode
 
getLine() - Method in class org.sonar.ide.shared.coverage.CoverageLine
 
getLines() - Method in class org.sonar.ide.shared.duplications.Duplication
 
getLines(Source) - Static method in class org.sonar.ide.wsclient.SimpleSourceCodeDiffEngine
 
getMeasures() - Method in interface org.sonar.ide.api.Measurable
 
getMeasuresDrilldown(String, String, String) - Static method in class org.sonar.ide.shared.SonarUrlUtils
 
getMeasuresDrilldown(String, String) - Static method in class org.sonar.ide.shared.SonarUrlUtils
 
getMetricDef() - Method in interface org.sonar.ide.api.IMeasure
 
getMetricDef() - Method in class org.sonar.ide.shared.measures.MeasureData
getName() - Method in interface org.sonar.ide.api.SourceCode
 
getPackageName(MODEL) - Method in class org.sonar.ide.shared.AbstractResourceUtils
Returns package name for specified file.
getPriorityIconPath(Violation) - Static method in class org.sonar.ide.ui.IconsUtils
Returns priority icon for specified violation.
getProject() - Method in class org.sonar.ide.shared.AbstractProjectProperties
 
getProjectKey(String, String, String) - Method in class org.sonar.ide.shared.AbstractResourceUtils
 
getProjectKey(String, String) - Method in class org.sonar.ide.shared.AbstractResourceUtils
Deprecated. since 0.2, use AbstractResourceUtils.getProjectKey(String, String, String) instead of it
getProjectKey(MODEL) - Method in class org.sonar.ide.shared.AbstractResourceUtils
Returns project key for specified file.
getProjectName() - Method in class org.sonar.ide.shared.AbstractProjectProperties
 
getProjects() - Method in interface org.sonar.ide.api.SourceCodeSearchEngine
 
getProjects() - Method in class org.sonar.ide.wsclient.RemoteSonar
 
getProperty(String, String) - Method in class org.sonar.ide.shared.AbstractProjectProperties
 
getRemoteContent() - Method in interface org.sonar.ide.api.SourceCode
 
getResource(String, String) - Static method in class org.sonar.ide.shared.SonarUrlUtils
 
getServer() - Method in class org.sonar.ide.shared.SonarProperties
Deprecated.  
getServerListFile() - Method in class org.sonar.ide.shared.DefaultServerManager
 
getServers() - Method in class org.sonar.ide.shared.DefaultServerManager
 
getServerTrips() - Method in class org.sonar.ide.client.SonarClient
Deprecated.  
getSonar(String) - Method in class org.sonar.ide.shared.DefaultServerManager
 
getStart() - Method in class org.sonar.ide.shared.duplications.Duplication
 
getTargetResource() - Method in class org.sonar.ide.shared.duplications.Duplication
 
getTargetStart() - Method in class org.sonar.ide.shared.duplications.Duplication
 
getTendencyIconPath(Measure, boolean) - Static method in class org.sonar.ide.ui.IconsUtils
 
getTendencyIconPath(Measure) - Static method in class org.sonar.ide.ui.IconsUtils
Returns tendency icon for specified measure.
getTimemachine(String, String) - Static method in class org.sonar.ide.shared.SonarUrlUtils
 
getUrl() - Method in class org.sonar.ide.shared.AbstractProjectProperties
 
getUrl() - Method in class org.sonar.ide.wsclient.ProperViolationQuery
Deprecated.  
getUrl(SourceCode) - Static method in class org.sonar.ide.wsclient.RemoteSonarUtils
 
getValue() - Method in interface org.sonar.ide.api.IMeasure
 
getValue() - Method in class org.sonar.ide.shared.measures.MeasureData
getViolations() - Method in interface org.sonar.ide.api.Measurable
 
getViolations2() - Method in interface org.sonar.ide.api.Measurable
 
getViolationsDrilldown(String, String) - Static method in class org.sonar.ide.shared.SonarUrlUtils
 

H

HOST_DEFAULT - Static variable in class org.sonar.ide.shared.SonarProperties
Deprecated.  
HOST_DEFAULT - Static variable in class org.sonar.ide.shared.SonarUrlUtils
 
HOST_PROPERTY - Static variable in class org.sonar.ide.shared.SonarProperties
Deprecated.  
HttpClient3ConnectorFactory - Class in org.sonar.ide.wsclient
 

I

IconsUtils - Class in org.sonar.ide.ui
 
IMAGES_PATH - Static variable in class org.sonar.ide.ui.IconsUtils
 
IMeasure - Interface in org.sonar.ide.api
 
INFO - Static variable in class org.sonar.ide.api.Logs
 
isAvailable() - Method in class org.sonar.ide.client.SonarClient
Deprecated.  
isJavaFile(MODEL) - Method in class org.sonar.ide.shared.AbstractResourceUtils
Returns true, if specified file is a java file, false otherwise.
ISonarConsole - Interface in org.sonar.ide.ui
Console interface for request, response and error messages.

L

load() - Method in class org.sonar.ide.shared.AbstractProjectProperties
 
load(String) - Static method in class org.sonar.ide.shared.SonarProperties
Deprecated.  
LOG - Static variable in class org.sonar.ide.shared.SonarProperties
Deprecated.  
logError(String) - Method in class org.sonar.ide.ui.DefaultConsole
 
logError(String, Throwable) - Method in class org.sonar.ide.ui.DefaultConsole
 
logError(String) - Method in interface org.sonar.ide.ui.ISonarConsole
 
logError(String, Throwable) - Method in interface org.sonar.ide.ui.ISonarConsole
 
logRequest(String) - Method in class org.sonar.ide.ui.DefaultConsole
 
logRequest(String) - Method in interface org.sonar.ide.ui.ISonarConsole
 
logResponse(String) - Method in class org.sonar.ide.ui.DefaultConsole
 
logResponse(String) - Method in interface org.sonar.ide.ui.ISonarConsole
 
Logs - Class in org.sonar.ide.api
Predefined SLF4j loggers.

M

map(int, int) - Method in class org.sonar.ide.api.SourceCodeDiff
 
Measurable - Interface in org.sonar.ide.api
 
MeasureData - Class in org.sonar.ide.shared.measures
 
MeasureData() - Constructor for class org.sonar.ide.shared.measures.MeasureData
 
MetricUtils - Class in org.sonar.ide.shared
 

N

newLine(int) - Method in class org.sonar.ide.api.SourceCodeDiff
 
NOT_FOUND - Static variable in class org.sonar.ide.api.SourceCodeDiff
 
notifyListeners(int) - Method in class org.sonar.ide.shared.DefaultServerManager
 

O

org.sonar.ide.api - package org.sonar.ide.api
 
org.sonar.ide.client - package org.sonar.ide.client
 
org.sonar.ide.shared - package org.sonar.ide.shared
 
org.sonar.ide.shared.coverage - package org.sonar.ide.shared.coverage
 
org.sonar.ide.shared.duplications - package org.sonar.ide.shared.duplications
 
org.sonar.ide.shared.measures - package org.sonar.ide.shared.measures
 
org.sonar.ide.shared.violations - package org.sonar.ide.shared.violations
 
org.sonar.ide.ui - package org.sonar.ide.ui
 
org.sonar.ide.wsclient - package org.sonar.ide.wsclient
 

P

parse(String) - Static method in class org.sonar.ide.shared.duplications.DuplicationUtils
 
PASSWORD_PROPERTY - Static variable in class org.sonar.ide.shared.SonarProperties
Deprecated.  
path - Variable in class org.sonar.ide.shared.DefaultServerManager
 
PRIORITY_BLOCKER - Static variable in class org.sonar.ide.shared.violations.ViolationUtils
 
PRIORITY_CRITICAL - Static variable in class org.sonar.ide.shared.violations.ViolationUtils
 
PRIORITY_INFO - Static variable in class org.sonar.ide.shared.violations.ViolationUtils
 
PRIORITY_MAJOR - Static variable in class org.sonar.ide.shared.violations.ViolationUtils
 
PRIORITY_MINOR - Static variable in class org.sonar.ide.shared.violations.ViolationUtils
 
ProperViolationQuery - Class in org.sonar.ide.wsclient
Deprecated. Should be removed after release of sonar-ws-client 2.3
ProperViolationQuery(String) - Constructor for class org.sonar.ide.wsclient.ProperViolationQuery
Deprecated.  

R

reload() - Method in class org.sonar.ide.shared.SonarProperties
Deprecated.  
RemoteSonar - Class in org.sonar.ide.wsclient
 
RemoteSonar(Host) - Constructor for class org.sonar.ide.wsclient.RemoteSonar
 
RemoteSonar(Host, SourceCodeDiffEngine) - Constructor for class org.sonar.ide.wsclient.RemoteSonar
 
RemoteSonarUtils - Class in org.sonar.ide.wsclient
 
removeServer(String) - Method in class org.sonar.ide.shared.DefaultServerManager
 
removeServerSetListener(DefaultServerManager.IServerSetListener) - Method in class org.sonar.ide.shared.DefaultServerManager
 
ROOT - Static variable in class org.sonar.ide.shared.AbstractResourceUtils
Default directory name for files in root directory.

S

save() - Method in class org.sonar.ide.shared.AbstractProjectProperties
 
save() - Method in class org.sonar.ide.shared.SonarProperties
Deprecated.  
save(Properties, String) - Static method in class org.sonar.ide.shared.SonarProperties
Deprecated.  
search(String) - Method in interface org.sonar.ide.api.SourceCodeSearchEngine
 
search(String) - Method in class org.sonar.ide.wsclient.RemoteSonar
 
SERVER_ADDED - Static variable in interface org.sonar.ide.shared.DefaultServerManager.IServerSetListener
 
SERVER_EDIT - Static variable in interface org.sonar.ide.shared.DefaultServerManager.IServerSetListener
 
SERVER_REMOVED - Static variable in interface org.sonar.ide.shared.DefaultServerManager.IServerSetListener
 
serverList - Variable in class org.sonar.ide.shared.DefaultServerManager
 
serverSetChanged(int, List<Host>) - Method in interface org.sonar.ide.shared.DefaultServerManager.IServerSetListener
 
serverSetListeners - Variable in class org.sonar.ide.shared.DefaultServerManager
 
setArtifactId(String) - Method in class org.sonar.ide.shared.AbstractProjectProperties
 
setBranch(String) - Method in class org.sonar.ide.shared.AbstractProjectProperties
 
setGroupId(String) - Method in class org.sonar.ide.shared.AbstractProjectProperties
 
setLines(int) - Method in class org.sonar.ide.shared.duplications.Duplication
 
setLocalContent(String) - Method in interface org.sonar.ide.api.SourceCode
HIGHLY EXPERIMENTAL!!!
setMetricDef(Metric) - Method in class org.sonar.ide.shared.measures.MeasureData
 
setProperty(String, String) - Method in class org.sonar.ide.shared.AbstractProjectProperties
 
setStart(int) - Method in class org.sonar.ide.shared.duplications.Duplication
 
setTargetResource(String) - Method in class org.sonar.ide.shared.duplications.Duplication
 
setTargetStart(int) - Method in class org.sonar.ide.shared.duplications.Duplication
 
setUrl(String) - Method in class org.sonar.ide.shared.AbstractProjectProperties
 
setValue(String) - Method in class org.sonar.ide.shared.measures.MeasureData
 
SimpleSourceCodeDiffEngine - Class in org.sonar.ide.wsclient
Actually this is an implementation of heuristic algorithm - magic happens here.
SimpleSourceCodeDiffEngine() - Constructor for class org.sonar.ide.wsclient.SimpleSourceCodeDiffEngine
 
SonarClient - Class in org.sonar.ide.client
Deprecated. since 0.2, use SourceCodeSearchEngine instead of it
SonarClient(String) - Constructor for class org.sonar.ide.client.SonarClient
Deprecated.  
SonarClient(String, String, String) - Constructor for class org.sonar.ide.client.SonarClient
Deprecated.  
SonarIdeException - Exception in org.sonar.ide.api
Runtime exception.
SonarIdeException(String) - Constructor for exception org.sonar.ide.api.SonarIdeException
Constructs a new runtime exception with the specified detail message.
SonarIdeException(String, Throwable) - Constructor for exception org.sonar.ide.api.SonarIdeException
Constructs a new runtime exception with the specified detail message and cause.
SonarProperties - Class in org.sonar.ide.shared
Deprecated. since 0.2
SonarProperties(String) - Constructor for class org.sonar.ide.shared.SonarProperties
Deprecated.  
SonarUrlUtils - Class in org.sonar.ide.shared
 
sortByPriority(List<Violation>) - Static method in class org.sonar.ide.shared.violations.ViolationUtils
Sorts violations by priority in descending order.
SourceCode - Interface in org.sonar.ide.api
 
SourceCodeDiff - Class in org.sonar.ide.api
 
SourceCodeDiff() - Constructor for class org.sonar.ide.api.SourceCodeDiff
 
SourceCodeDiffEngine - Interface in org.sonar.ide.api
HIGHLY EXPERIMENTAL!!!
SourceCodeSearchEngine - Interface in org.sonar.ide.api
 
split(String) - Static method in class org.sonar.ide.wsclient.SimpleSourceCodeDiffEngine
 
splitByDomain(Collection<Metric>) - Static method in class org.sonar.ide.shared.MetricUtils
 
splitByLines(Collection<Violation>) - Static method in class org.sonar.ide.shared.violations.ViolationUtils
 

T

testSonar(String, String, String) - Method in class org.sonar.ide.shared.DefaultServerManager
 
TIMEOUT_MS - Static variable in class org.sonar.ide.wsclient.HttpClient3ConnectorFactory
 
toString() - Method in class org.sonar.ide.api.SourceCodeDiff
 
toString() - Method in class org.sonar.ide.shared.duplications.Duplication
 
toString(Collection<Violation>) - Static method in class org.sonar.ide.shared.violations.ViolationUtils
 
toString(Violation) - Static method in class org.sonar.ide.shared.violations.ViolationUtils
TODO Godin: can we include this method into sonar-ws-client for debug purposes ?

U

unmarshall(String) - Static method in class org.sonar.ide.shared.coverage.CoverageUtils
 
USERNAME_PROPERTY - Static variable in class org.sonar.ide.shared.SonarProperties
Deprecated.  

V

valueOf(String) - Static method in enum org.sonar.ide.shared.coverage.CoverageData.CoverageStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.sonar.ide.shared.coverage.CoverageData.CoverageStatus
Returns an array containing the constants of this enum type, in the order they are declared.
ViolationUtils - Class in org.sonar.ide.shared.violations
 

A B C D F G H I L M N O P R S T U V

Copyright © 2010 Evgeny Mandrikov. All Rights Reserved.