Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll 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.