Utils.stripClassName

Overview | Methods | This Package | All Packages

Utils.stripClassName

Retrieves the name of the class without the package name.

Syntax

public static String stripClassName( String name )

Parameters

name

The full class name.

Return Value

Returns the class name without the package name.