jp.sourceforge.deployer
クラス Consts

java.lang.Object
  上位を拡張 jp.sourceforge.deployer.Consts

public final class Consts
extends Object

定数を定義します。

バージョン:
$Rev: 20 $ $Date: 2007-05-31 06:02:01 +0900 (木, 31 5 2007) $
作成者:
$Author: uguu $

フィールドの概要
static int BUFFER_LENGTH
           入出力処理で使用するバッファの長さです。
static int SLEEP_UNIT_TIME
           Thread.sleep(long)メソッドに指定する単位時間です。
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

SLEEP_UNIT_TIME

public static final int SLEEP_UNIT_TIME

Thread.sleep(long)メソッドに指定する単位時間です。

関連項目:
定数フィールド値

BUFFER_LENGTH

public static final int BUFFER_LENGTH

入出力処理で使用するバッファの長さです。

関連項目:
定数フィールド値


Copyright © 2007 uguu. All Rights Reserved.