org.seasar.extension.jdbc.gen.internal.util
クラス CloseableUtil

java.lang.Object
  上位を拡張 org.seasar.extension.jdbc.gen.internal.util.CloseableUtil

public class CloseableUtil
extends java.lang.Object

Closeableのユーティリティクラスです。

作成者:
taedium

フィールドの概要
protected static Logger logger
          ロガー
 
コンストラクタの概要
protected CloseableUtil()
           
 
メソッドの概要
static void close(java.io.Closeable closeable)
          クローズします。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

logger

protected static Logger logger
ロガー

コンストラクタの詳細

CloseableUtil

protected CloseableUtil()
メソッドの詳細

close

public static void close(java.io.Closeable closeable)
クローズします。

パラメータ:
closeable - Closeable


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.