org.seasar.doma.internal.util
クラス ResourceUtil

java.lang.Object
  上位を拡張 org.seasar.doma.internal.util.ResourceUtil

public final class ResourceUtil
extends Object

作成者:
taedium

コンストラクタの概要
ResourceUtil()
           
 
メソッドの概要
static URL getResource(String path)
           
static InputStream getResourceAsStream(String path)
           
static String getResourceAsString(String path)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ResourceUtil

public ResourceUtil()
メソッドの詳細

getResource

public static URL getResource(String path)

getResourceAsStream

public static InputStream getResourceAsStream(String path)

getResourceAsString

public static String getResourceAsString(String path)
                                  throws WrapException
例外:
WrapException


Copyright © 2009 The Seasar Foundation. All Rights Reserved.