public interface PathUtils
| Modifier and Type | Method and Description |
|---|---|
static String |
buildPath(String rootPath,
String... subPaths) |
static String |
normalize(String path)
Normalize path:
To remove query string if presents
To remove duplicated slash("/") if exists
|
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.