jp.carabiner.treeeditor.js
クラス Path

java.lang.Object
  上位を拡張 jp.carabiner.treeeditor.js.Path

public class Path
extends Object

パス表現です。


コンストラクタの概要
Path(String[] segments, boolean directory)
          構築します。
 
メソッドの概要
 boolean equals(Object obj)
           
 URL getJarFileURL(File source)
          JARファイルのURLを取得します。
 int hashCode()
           
 String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

Path

public Path(String[] segments,
            boolean directory)
構築します。

パラメータ:
segments - パスセグメント。nullは不可。
directory - ディレクトリであればtrue。
メソッドの詳細

getJarFileURL

public URL getJarFileURL(File source)
                  throws MalformedURLException
JARファイルのURLを取得します。

パラメータ:
source - ソースファイル。nullは不可。
戻り値:
JARファイルのURL。
例外:
MalformedURLException - URL関係のエラー。

hashCode

public int hashCode()
オーバーライド:
クラス Object 内の hashCode

equals

public boolean equals(Object obj)
オーバーライド:
クラス Object 内の equals

toString

public String toString()
オーバーライド:
クラス Object 内の toString