接口 HandleProperties
-
- 所有已知实现类:
PropertiesClient
public interface HandleProperties- 作者:
- Yun
-
-
方法详细资料
-
saveValue
HandleProperties saveValue(String key, String value)
Save data from temporary file by key and value
-
delete
void delete()
Delete the temporary file
-
-