Microsoft SDK for Java

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.