tot.xml
类 BasePathConfiguration

java.lang.Object
  继承者 tot.xml.AbstractConfiguration
      继承者 tot.xml.BaseConfiguration
          继承者 tot.xml.BasePathConfiguration
所有已实现的接口:
BasePathLoader, Configuration
直接已知子类:
XMLConfiguration

public abstract class BasePathConfiguration
extends BaseConfiguration
implements BasePathLoader


字段摘要
 
从类 tot.xml.AbstractConfiguration 继承的字段
defaults, END_TOKEN, START_TOKEN
 
构造函数摘要
BasePathConfiguration()
           
 
方法摘要
 java.lang.String getBasePath()
          Returns the Base path from which this Configuration Factory operates.
 void setBasePath(java.lang.String basePath)
          Sets the basePath for all file references from this Configuration Factory.
 
从类 tot.xml.BaseConfiguration 继承的方法
addPropertyDirect, clearProperty, containsKey, getKeys, getPropertyDirect, isEmpty
 
从类 tot.xml.AbstractConfiguration 继承的方法
addProperty, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInt, getInt, getInteger, getKeys, getLong, getLong, getLong, getProperties, getProperties, getProperty, getShort, getShort, getShort, getString, getString, getStringArray, getVector, getVector, interpolate, interpolateHelper, processString, setProperty, subset, testBoolean
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造函数详细信息

BasePathConfiguration

public BasePathConfiguration()
方法详细信息

getBasePath

public java.lang.String getBasePath()
Returns the Base path from which this Configuration Factory operates. This is never null. If you set the BasePath to null, then "." is returned.

指定者:
接口 BasePathLoader 中的 getBasePath
返回:
The base Path of this configuration factory.

setBasePath

public void setBasePath(java.lang.String basePath)
Sets the basePath for all file references from this Configuration Factory. If you pass null in, this is interpreted as "current directory".

指定者:
接口 BasePathLoader 中的 setBasePath
参数:
basePath - The new basePath to set.