类 PropertiesClient
- java.lang.Object
-
- tech.testnx.cah.data.properties.PropertiesClient
-
- 所有已实现的接口:
HandleProperties
public class PropertiesClient extends Object implements HandleProperties
- 作者:
- Yun
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 voiddelete()Delete the temporary fileStringgetValue(String key)Get data from temporary file by keystatic PropertiesClientnewInstance(String propertiesPath)HandlePropertiessaveValue(String key, String value)Save data from temporary file by key and value
-
-
-
方法详细资料
-
newInstance
public static PropertiesClient newInstance(String propertiesPath)
-
getValue
public String getValue(String key)
从接口复制的说明:HandlePropertiesGet data from temporary file by key- 指定者:
getValue在接口中HandleProperties
-
saveValue
public HandleProperties saveValue(String key, String value)
从接口复制的说明:HandlePropertiesSave data from temporary file by key and value- 指定者:
saveValue在接口中HandleProperties
-
delete
public void delete()
从接口复制的说明:HandlePropertiesDelete the temporary file- 指定者:
delete在接口中HandleProperties
-
-