Class Overview
Class name abbreviator. This will abbreviate the package name of a class name
from, for example, com.atlassian.jira.util.ClassNameAbbreviator to c.a.j.u.ClassNameAbbreviator
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Fields
Public Constructors
public
ClassNameAbbreviator
(int minChunks)
Create a new abbreviator.
Parameters
minChunks
| if the name is not actually a class name pattern, we will still compress but leave this many chunks
|
Public Methods