Package org.apache.dubbo.common.utils
Interface PathUtils
public interface PathUtils
Path Utilities class
- Since:
- 2.7.6
-
Method Summary
-
Method Details
-
buildPath
-
normalize
Normalize path:- To remove query string if presents
- To remove duplicated slash("/") if exists
- Parameters:
path- path to be normalized- Returns:
- a normalized path if required
-