jp.preserv.util
クラス PathConstants

java.lang.Object
  拡張jp.preserv.util.PathConstants

public final class PathConstants
extends java.lang.Object

URLパスの種別を表す定数をまとめたクラスです。

バージョン:
1.00 H.WAKUI (MCR) 2007/02/16 初版
作成者:
H.WAKUI (MCR)

フィールドの概要
static int ABSOLUTE_PATH_ID
          絶対リソースパスの種別です。
static java.lang.String ABSOLUTE_PATH_STR
          絶対リソースパスの種別(文字列)です。
static int DYNAMIC_ABSOLUTE_PATH_ID
          動的絶対リソースパスの種別です。
static java.lang.String DYNAMIC_ABSOLUTE_PATH_STR
          動的絶対リソースパスの種別(文字列)です。
static int DYNAMIC_RELATIVE_PATH_ID
          動的相対リソースパスの種別です。
static java.lang.String DYNAMIC_RELATIVE_PATH_STR
          動的相対リソースパスの種別(文字列)です。
static int RELATIVE_PATH_ID
          相対リソースパスの種別です。
static java.lang.String RELATIVE_PATH_STR
          相対リソースパスの種別(文字列)です。
static int RESOURCE_PATH_ID
          リソースパスの種別です。
static java.lang.String RESOURCE_PATH_STR
          リソースパスの種別(文字列)です。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

ABSOLUTE_PATH_ID

public static final int ABSOLUTE_PATH_ID
絶対リソースパスの種別です。

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

ABSOLUTE_PATH_STR

public static final java.lang.String ABSOLUTE_PATH_STR
絶対リソースパスの種別(文字列)です。


RELATIVE_PATH_ID

public static final int RELATIVE_PATH_ID
相対リソースパスの種別です。

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

RELATIVE_PATH_STR

public static final java.lang.String RELATIVE_PATH_STR
相対リソースパスの種別(文字列)です。


RESOURCE_PATH_ID

public static final int RESOURCE_PATH_ID
リソースパスの種別です。

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

RESOURCE_PATH_STR

public static final java.lang.String RESOURCE_PATH_STR
リソースパスの種別(文字列)です。


DYNAMIC_ABSOLUTE_PATH_ID

public static final int DYNAMIC_ABSOLUTE_PATH_ID
動的絶対リソースパスの種別です。

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

DYNAMIC_ABSOLUTE_PATH_STR

public static final java.lang.String DYNAMIC_ABSOLUTE_PATH_STR
動的絶対リソースパスの種別(文字列)です。


DYNAMIC_RELATIVE_PATH_ID

public static final int DYNAMIC_RELATIVE_PATH_ID
動的相対リソースパスの種別です。

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

DYNAMIC_RELATIVE_PATH_STR

public static final java.lang.String DYNAMIC_RELATIVE_PATH_STR
動的相対リソースパスの種別(文字列)です。