com.acme.util

Class SPUtil

public class SPUtil extends Object

Deprecated: No replacement.

This class contains utility methods for SP and should be removed in a later release.
Method Summary
static StringbracketedString(String st)
Return the bracketed form of the given String.

Method Detail

bracketedString

public static String bracketedString(String st)
Return the bracketed form of the given String.

Parameters: st The string to be bracketed.

Returns: The bracketed string.