PathResolver 介面

public interface PathResolver

定義路徑解析程式介面以轉換路徑。

方法摘要

修飾詞與類型 方法與描述
abstract java.lang.String transformPath(String path)

方法詳細資料

transformPath

public abstract String transformPath(String path)

參數:

path - 要檢查的路徑。

傳回:

已轉換的路徑。

適用於