@Deprecated public final class JavaClass extends Resource
| Modifier and Type | Class and Description |
|---|---|
static class |
JavaClass.Builder
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
QUALIFIER
Deprecated.
|
static String |
SCOPE
Deprecated.
|
static int |
UNKNOWN_LINE
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 and Type | Method and Description |
|---|---|
static JavaClass |
create(String name)
Deprecated.
|
static JavaClass |
create(String packageName,
String className)
Deprecated.
|
String |
getClassName()
Deprecated.
|
String |
getDescription()
Deprecated.
|
int |
getFromLine()
Deprecated.
|
Language |
getLanguage()
Deprecated.
|
String |
getLongName()
Deprecated.
|
String |
getName()
Deprecated.
|
String |
getPackageName()
Deprecated.
|
Resource |
getParent()
Deprecated.
|
String |
getQualifier()
Deprecated.
|
String |
getScope()
Deprecated.
|
int |
getToLine()
Deprecated.
|
boolean |
matchFilePattern(String antPattern)
Deprecated.
|
String |
toString()
Deprecated.
|
equals, getDeprecatedKey, getEffectiveKey, getId, getKey, getPath, hashCode, isExcluded, normalize, setDeprecatedKey, setEffectiveKey, setExcluded, setId, setKey, setPathpublic static final String SCOPE
public static final String QUALIFIER
public static final int UNKNOWN_LINE
public String getPackageName()
public String getClassName()
public int getFromLine()
public int getToLine()
public String getLongName()
getLongName in class Resourcepublic String getDescription()
getDescription in class Resourcepublic Language getLanguage()
getLanguage in class Resourcepublic String getQualifier()
getQualifier in class Resourcepublic boolean matchFilePattern(String antPattern)
matchFilePattern in class ResourceCopyright © 2009-2014 SonarSource. All Rights Reserved.