Class StorePath
java.lang.Object
com.github.tobato.fastdfs.domain.fdfs.StorePath
存储文件的路径信息
- Author:
- tobato
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StorePath
public StorePath()存储文件路径 -
StorePath
存储文件路径- Parameters:
group-path-
-
-
Method Details
-
parseFromUrl
从Url当中解析存储路径对象- Parameters:
filePath- 有效的路径样式为(group/path) 或者 (http://ip/group/path),路径地址必须包含group- Returns:
-
getGroup
- Returns:
- the group
-
setGroup
- Parameters:
group- the group to set
-
getPath
- Returns:
- the path
-
setPath
- Parameters:
path- the path to set
-
getFullPath
获取文件全路径- Returns:
-
toString
-