|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Resource | |
|---|---|
| org.sonar.commons | |
| org.sonar.commons.configuration | |
| org.sonar.commons.events | |
| org.sonar.commons.resources | |
| org.sonar.commons.rules | |
| Uses of Resource in org.sonar.commons |
|---|
| Methods in org.sonar.commons that return Resource | |
|---|---|
Resource |
Language.getParent(Resource resource)
The parent in the resources tree. |
| Methods in org.sonar.commons with parameters of type Resource | |
|---|---|
Resource |
Language.getParent(Resource resource)
The parent in the resources tree. |
boolean |
Language.matchExclusionPattern(Resource resource,
java.lang.String wildcardPattern)
Used to exclude resources from analysis. |
| Uses of Resource in org.sonar.commons.configuration |
|---|
| Constructors in org.sonar.commons.configuration with parameters of type Resource | |
|---|---|
ResourceDatabaseConfiguration(DatabaseSession session,
Resource resource)
|
|
| Uses of Resource in org.sonar.commons.events |
|---|
| Methods in org.sonar.commons.events that return Resource | |
|---|---|
Resource |
Event.getResource()
|
| Methods in org.sonar.commons.events with parameters of type Resource | |
|---|---|
void |
Event.setResource(Resource resource)
|
| Constructors in org.sonar.commons.events with parameters of type Resource | |
|---|---|
Event(java.lang.String name,
java.lang.String description,
java.lang.String category,
java.util.Date date,
Resource resource)
|
|
| Uses of Resource in org.sonar.commons.resources |
|---|
| Methods in org.sonar.commons.resources that return Resource | |
|---|---|
Resource |
Snapshot.getResource()
|
Resource |
ProjectLink.getResource()
|
static Resource |
Resource.newDirectory(java.lang.String key,
java.lang.String qualifier,
java.lang.String language)
|
static Resource |
Resource.newFile(java.lang.String key,
java.lang.String qualifier,
java.lang.String language)
|
static Resource |
Resource.newProject(java.lang.String key,
java.lang.String language,
boolean isTrunk)
|
| Methods in org.sonar.commons.resources with parameters of type Resource | |
|---|---|
void |
Snapshot.setResource(Resource resource)
|
void |
ProjectLink.setResource(Resource resource)
|
| Constructors in org.sonar.commons.resources with parameters of type Resource | |
|---|---|
ProjectLink(Resource resource,
java.lang.String type,
java.lang.String name,
java.lang.String href)
|
|
Snapshot(Resource resource,
boolean last,
java.lang.String status,
java.util.Date date)
|
|
| Uses of Resource in org.sonar.commons.rules |
|---|
| Methods in org.sonar.commons.rules that return types with arguments of type Resource | |
|---|---|
java.util.List<Resource> |
RulesProfile.getProjects()
|
| Method parameters in org.sonar.commons.rules with type arguments of type Resource | |
|---|---|
void |
RulesProfile.setProjects(java.util.List<Resource> projects)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||