@Deprecated public class Method extends Resource
| Modifier and Type | Field and Description |
|---|---|
protected Language |
language
Deprecated.
|
protected String |
qualifier
Deprecated.
|
static String |
SCOPE
Deprecated.
|
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| Modifier | Constructor and Description |
|---|---|
protected |
Method(String key,
String qualifier,
Language language)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Method |
createMethod(String key,
Language language)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
String |
getDescription()
Deprecated.
|
Language |
getLanguage()
Deprecated.
|
String |
getLongName()
Deprecated.
|
String |
getName()
Deprecated.
|
Resource |
getParent()
Deprecated.
The parent is used to build the resources tree, for example for relations between classes, packages and projects.
|
String |
getQualifier()
Deprecated.
The qualifier tells the type of the resource.
|
String |
getScope()
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
matchFilePattern(String antPattern)
Deprecated.
Check resource against an Ant pattern, like mypackag?/*Foo.java.
|
getDeprecatedKey, getEffectiveKey, getId, getKey, getPath, isExcluded, normalize, setDeprecatedKey, setEffectiveKey, setExcluded, setId, setKey, setPathpublic static final String SCOPE
public String getLongName()
getLongName in class Resourcepublic String getDescription()
getDescription in class Resourcepublic final Language getLanguage()
getLanguage in class Resourcepublic final String getQualifier()
ResourcegetQualifier in class Resourcefor the list of qualifiers,
to find out if a resource if a class, a unit test,... from its qualifierpublic Resource getParent()
ResourceReturn null if the parent is the project.
public final boolean matchFilePattern(String antPattern)
ResourcematchFilePattern in class ResourceantPattern - Ant-like pattern (with **, * and ?). It includes file suffixes.public static Method createMethod(String key, Language language)
Copyright © 2009-2014 SonarSource. All Rights Reserved.