Class PackageShortener

java.lang.Object
pro.projo.generation.utilities.PackageShortener

public class PackageShortener
extends Object
The 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
Author:
Mirko Raner