1 package com.wikihouse.wildcats0201.jdbcchart.fsutil; 2 3 /*** 4 * <B>Path </B>. Pathのインタフェイスです。 5 * 6 * @author $Author: wildcats $ 7 * @version $Revision: 5 $ 8 */ 9 public interface Path { 10 11 /*** 12 * パス名の取得. 13 * 14 * @return パス名 15 */ 16 String getPath(); 17 }