接口 PathProvider
public interface PathProvider
-
方法概要
修饰符和类型方法说明Gets the application base pathgetOperationPath(String operationPath) Gets the sanitized and prepended with a "/" operation pathgetResourceListingPath(String groupName, String apiDeclaration) Gets the resource listing path given a group name and api
-
方法详细资料
-
getApplicationBasePath
String getApplicationBasePath()Gets the application base path- 返回:
- application base path
-
getOperationPath
Gets the sanitized and prepended with a "/" operation path- 参数:
operationPath- - raw operation path- 返回:
- sanitized and prepended with a "/" operation path
-
getResourceListingPath
Gets the resource listing path given a group name and api- 参数:
groupName- - group this resource listing belongs toapiDeclaration- - declared api name- 返回:
- this
-