public class PackageShortener extends Object
PackageShortener is a simple class that shortens a fully qualified class name
(FQCN) by cutting off the fully qualified package part.
TODO: currently, the PackageShortener just cuts off everything before the last ".", which is
probably not sufficient in all cases| Constructor and Description |
|---|
PackageShortener() |
Copyright © 2022. All rights reserved.