tot.xml
接口 BasePathLoader

所有已知实现类:
BasePathConfiguration, DOM4JConfiguration, XMLConfiguration

public interface BasePathLoader


方法摘要
 java.lang.String getBasePath()
          Returns the base path.
 void setBasePath(java.lang.String path)
          Sets the base path.
 

方法详细信息

getBasePath

java.lang.String getBasePath()
Returns the base path. Relative path names will be resolved based on this path.

返回:
the base path

setBasePath

void setBasePath(java.lang.String path)
Sets the base path. Relative path names will be resolved based on this path. For maximum flexibility this base path should be a URL.

参数:
path - the base path