public final class ClassId extends Object
| Modifier and Type | Method and Description |
|---|---|
ClassId |
className(String className)
Returns a copy of this instance with the class name changed and the package name unchanged.
|
ClassId |
classNameSuffix(String suffix)
Returns a copy of this instance with a suffix added to the class name.
|
boolean |
equals(Object other) |
static ClassId |
fullyQualified(String fullyQualifiedClassName) |
String |
getFullName() |
String |
getName() |
String |
getPackage() |
int |
hashCode() |
static ClassId |
packageAndClass(String packageName,
String className) |
ClassId |
packageName(String packageName)
Returns a copy of this instance with the package name changed and the class name unchanged.
|
ClassId |
packageNamePrefix(String prefix)
Returns a copy of this instance with a prefix added to the package name.
|
String |
toString() |
public ClassId packageName(String packageName)
public ClassId packageNamePrefix(String prefix)
public ClassId className(String className)
public ClassId classNameSuffix(String suffix)
public String getPackage()
public String getName()
public String getFullName()
Copyright © 2015 Atlassian. All rights reserved.