Package xbot.common.properties
Class MockPermanentStorage
java.lang.Object
xbot.common.properties.TableProxy
xbot.common.properties.MockPermanentStorage
- All Implemented Interfaces:
ITableProxy,PermanentStorage
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringPermanent storage line seperatorprotected StringPermanent storage property storage delimiterFields inherited from class xbot.common.properties.TableProxy
table -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTestBoolean(String key, boolean value) voidaddTestDouble(String key, double value) voidaddTestString(String key, String value) protected Stringprotected voidwriteToFile(String data) Methods inherited from class xbot.common.properties.TableProxy
clear, getBoolean, getDouble, getString, remove, setBoolean, setDouble, setFastMode, setStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface xbot.common.properties.ITableProxy
clear, getBoolean, getDouble, getString, remove, setBoolean, setDouble, setFastMode, setString
-
Field Details
-
propertyDelimiter
Permanent storage property storage delimiter -
lineSeperator
Permanent storage line seperator
-
-
Constructor Details
-
MockPermanentStorage
@Inject public MockPermanentStorage()
-
-
Method Details
-
addTestDouble
-
addTestBoolean
-
addTestString
-
readFromFile
-
writeToFile
-