|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sonar.api.resources.Resource
org.sonar.api.resources.Method
org.sonar.java.api.JavaMethod
@Deprecated public final class JavaMethod
| Nested Class Summary | |
|---|---|
static class |
JavaMethod.Builder
Deprecated. |
| Field Summary | |
|---|---|
static String |
QUALIFIER
Deprecated. |
static int |
UNKNOWN_LINE
Deprecated. |
| Fields inherited from class org.sonar.api.resources.Method |
|---|
language, qualifier, SCOPE |
| Fields inherited from class org.sonar.api.resources.Resource |
|---|
QUALIFIER_CLASS, QUALIFIER_DIRECTORY, QUALIFIER_FIELD, QUALIFIER_FILE, QUALIFIER_LIB, QUALIFIER_METHOD, QUALIFIER_MODULE, QUALIFIER_PACKAGE, QUALIFIER_PROJECT, QUALIFIER_SUBVIEW, QUALIFIER_UNIT_TEST_CLASS, QUALIFIER_VIEW, SCOPE_ENTITY, SCOPE_SET, SCOPE_SPACE |
| Method Summary | |
|---|---|
static JavaMethod |
createRef(JavaClass javaClass,
String signature)
Deprecated. |
static JavaMethod |
createRef(String key)
Deprecated. |
String |
getClassName()
Deprecated. |
String |
getDescription()
Deprecated. |
int |
getFromLine()
Deprecated. |
String |
getLongName()
Deprecated. |
String |
getName()
Deprecated. |
Resource |
getParent()
Deprecated. |
String |
getSignature()
Deprecated. |
int |
getToLine()
Deprecated. |
boolean |
isAccessor()
Deprecated. |
String |
toString()
Deprecated. |
| Methods inherited from class org.sonar.api.resources.Method |
|---|
createMethod, equals, getLanguage, getQualifier, getScope, hashCode, matchFilePattern |
| Methods inherited from class org.sonar.api.resources.Resource |
|---|
getDeprecatedKey, getEffectiveKey, getId, getKey, getPath, isExcluded, normalize, setDeprecatedKey, setEffectiveKey, setExcluded, setId, setKey, setPath |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String QUALIFIER
public static final int UNKNOWN_LINE
| Method Detail |
|---|
public int getFromLine()
public int getToLine()
public String getSignature()
public String getClassName()
public boolean isAccessor()
public String getName()
getName in class Methodpublic String getLongName()
getLongName in class Methodpublic String getDescription()
getDescription in class Methodpublic Resource getParent()
getParent in class Methodpublic String toString()
toString in class Objectpublic static JavaMethod createRef(String key)
public static JavaMethod createRef(JavaClass javaClass,
String signature)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||