|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.bbreak.excella.core.util.StringUtil
public class StringUtil
文字列操作ユーティリティクラス
コンストラクタの概要 | |
---|---|
StringUtil()
|
メソッドの概要 | |
---|---|
static java.lang.String |
getPrintStackTrace(java.lang.Throwable ex)
ThrowableのStackTraceから文字列を生成する |
static boolean |
isEmpty(java.lang.String str)
文字列が空かどうかを返す |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public StringUtil()
メソッドの詳細 |
---|
public static java.lang.String getPrintStackTrace(java.lang.Throwable ex)
ex
- 対象の例外
public static boolean isEmpty(java.lang.String str)
str
- 対象文字列
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |