Class ShortNameFactory

java.lang.Object
com.google.inject.grapher.ShortNameFactory
All Implemented Interfaces:
NameFactory

public class ShortNameFactory extends Object implements NameFactory
Reasonable implementation for NameFactory. Mostly takes various Object.toString()s and strips package names out of them so that they'll fit on the graph.