public class PathKit extends Object
| 构造器和说明 |
|---|
PathKit() |
| 限定符和类型 | 方法和说明 |
|---|---|
static File |
getFileFromJar(String file) |
static String |
getPackagePath(Object object) |
static String |
getPath(Class clazz) |
static String |
getPath(Object object) |
static String |
getRootClassPath() |
static String |
getWebRootPath() |
static boolean |
isAbsolutelyPath(String path) |
static void |
setRootClassPath(String rootClassPath) |
static void |
setWebRootPath(String webRootPath) |
public static String getRootClassPath()
public static void setRootClassPath(String rootClassPath)
public static String getWebRootPath()
public static void setWebRootPath(String webRootPath)
public static boolean isAbsolutelyPath(String path)
Copyright © 2017. All rights reserved.