| java.lang.Object org.quickserver.util.MyString
MyString | public class MyString (Code) | | Just a simple String utility class.
author: Akshathkumar Shetty |
Method Summary | |
public static String | alignLeft(String data, int len) | public static String | alignRight(String data, int len) | public static String | getMemInfo(float bytes) Returns formatted memory size. | public static String | getStackTrace(Throwable e) Returns String form of an exception. | public static String | getSystemInfo(String version) Returns System information. | public static String | removeAllHtmlSpChar(String source) | public static String | replace(String source, String key, String with) | public static String | replaceAll(String source, String key, String with) | public static String | replaceAllNo(String source, String with) | public static String | replaceAllTags(String source, String with) | public static int | replaceCount(String source, String key) | public static String | replaceTags(String source, String with) |
getMemInfo | public static String getMemInfo(float bytes)(Code) | | Returns formatted memory size.
since: 1.4.5 |
getStackTrace | public static String getStackTrace(Throwable e)(Code) | | Returns String form of an exception.
since: 1.3.3 |
getSystemInfo | public static String getSystemInfo(String version)(Code) | | Returns System information.
since: 1.4.5 |
|
|